#include <stlsoft/stlsoft.h>
#include <stlsoft/util/std/iterator_helper.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| struct | select_first |
Selects the first member of the type to which it is applied. More... | |
| struct | select_second |
Selects the first second of the type to which it is applied. More... | |
| class | associative_select_iterator |
| An iterator adaptor that uses a select functor on its base iterator in order to obtain the value_type. More... | |
Functions | |
| template<typename I, typename F> | |
| associative_select_iterator< I, F > | associative_select (I i, F f) |
| template<typename I, typename F> | |
| bool | operator== (associative_select_iterator< I, F > const &lhs, associative_select_iterator< I, F > const &rhs) |
| template<typename I, typename F> | |
| bool | operator!= (associative_select_iterator< I, F > const &lhs, associative_select_iterator< I, F > const &rhs) |
1.5.6