#include <iterator>
#include <boost/iterator/transform_iterator.hpp>
#include <toast/traits/pair_ref_traits.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | toast |
| namespace | toast::detail |
Classes | |
| struct | toast::detail::get_first< Iterator > |
| class | toast::first_iterator< Iterator > |
| Turns iterators to pairs into iterators to pair.first values. More... | |
Functions | |
| template<typename Iterator> | |
| first_iterator< Iterator > | toast::make_first_iterator (Iterator i) |
| Convenience function for making first iterators. | |