LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
shims::map< Key, T, Compare, Allocator >::iterator_tuple Struct Reference

#include "stdmap_shims.h"

Public Attributes

mapmap_t::iterator mapmap_iter
 
listmap_t::iterator listmap_iter
 

Detailed Description

template<class Key, class T, class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<const Key, T>>>
struct shims::map< Key, T, Compare, Allocator >::iterator_tuple

Definition at line 44 of file stdmap_shims.h.

Member Data Documentation

template<class Key , class T , class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<const Key, T>>>
listmap_t::iterator shims::map< Key, T, Compare, Allocator >::iterator_tuple::listmap_iter
template<class Key , class T , class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<const Key, T>>>
mapmap_t::iterator shims::map< Key, T, Compare, Allocator >::iterator_tuple::mapmap_iter

The documentation for this struct was generated from the following file: