Public Attributes | List of all members
shims::map< Key, T, Compare, Allocator >::maps_tuple Struct Reference

#include <stdmap_shims.h>

Public Attributes

mapmap_t mapmap
 
listmap_t listmap
 

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 >::maps_tuple

Definition at line 130 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 shims::map< Key, T, Compare, Allocator >::maps_tuple::listmap

Definition at line 132 of file stdmap_shims.h.

template<class Key , class T , class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<const Key, T>>>
mapmap_t shims::map< Key, T, Compare, Allocator >::maps_tuple::mapmap

Definition at line 131 of file stdmap_shims.h.


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