Template Function uitsl::for_each(InputIt1, InputIt1, InputIt2, InputIt3, InputIt4, BinaryOperation)¶
Defined in File for_each.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “uitsl::for_each” with arguments (InputIt1, InputIt1, InputIt2, InputIt3, InputIt4, BinaryOperation) in doxygen xml output for project “Conduit” from directory: ./doxyoutput/xml. Potential matches:
- template<class InputIt1, class InputIt2, class BinaryOperation> void for_each(InputIt1 first1, InputIt1 last1, InputIt2 first2, BinaryOperation binary_op)
- template<class InputIt1, class InputIt2, class InputIt3, class BinaryOperation> void for_each(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt3 first3, BinaryOperation trinary_op)
- template<class InputIt1, class InputIt2, class InputIt3, class InputIt4, class BinaryOperation> void for_each(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt3 first3, InputIt4 first4, BinaryOperation quaternary_op)