Changeset 5f225f5 for src/Common/FilterCombos.hpp
- Timestamp:
- May 11, 2024, 6:13:16 PM (6 months ago)
- Branches:
- master
- Children:
- bf4fe05
- Parents:
- c778ef1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/FilterCombos.hpp
rc778ef1 r5f225f5 22 22 23 23 /// Combo iterator that simply collects values into a vector, marking all values as valid. 24 /// Prefer combos in typeops.hto use of IntoVectorComboIter with filterCombos24 /// Prefer combos in Typeops.hpp to use of IntoVectorComboIter with filterCombos 25 25 /// @param T The element type of the vector. 26 26 template<typename T>
Note: See TracChangeset
for help on using the changeset viewer.