#include <stlsoft/stlsoft.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Functions | |
| template<typename I, typename O> | |
| O | copy_preinc (I first, I last, O o) |
| template<typename I, typename O> | |
| O | copy_postinc (I first, I last, O o) |
| template<typename I, typename UF> | |
| UF | for_each_preinc (I first, I last, UF func) |
| Carries out for_each on the range, using pre-increment on the iterator. | |
| template<typename I, typename UF> | |
| UF | for_each_postinc (I first, I last, UF func) |
| Carries out for_each on the range, using post-increment on the iterator. | |
1.5.6