nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
nds_foreach.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 NDS
 The NDS client namespace.
 
 NDS::detail
 

Functions

template<class InputIterator1 , class InputIterator2 , class Function >
Function NDS::detail::for_each2 (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, Function fn)
 Apply a given function to all elements of two iteratables. More...
 
template<class InputIterator1 , class InputIterator2 , class InputIterator3 , class Function >
Function NDS::detail::for_each3 (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator3 first3, Function fn)
 Apply a given function to all elements of three iteratables. More...