toast::second_iterator< Iterator > Class Template Reference
[toast iterator library]
#include <toast/iterator/second_iterator.hpp>
List of all members.
Detailed Description
template<typename Iterator>
class toast::second_iterator< Iterator >
Turns iterators to pairs into iterators to pair.second values.
Internally you may have a map or an unordered_map. This will allow you to externally present iterators over the Values or the pair's second memeber so your users don't have to care about how your data is stored internally.
|
Public Member Functions |
| second_iterator (Iterator i) |
The documentation for this class was generated from the following file: