amino
Lightweight Robot Utility Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
amino::RegionMap< K, T, C > Struct Template Reference

Typedefs for STL map using region allocator. More...

#include <mem.hpp>

Public Types

typedef std::pair< const K, T > value_type
 
typedef RegionAllocator
< value_type > 
allocator
 
typedef std::map< K, T, C,
allocator
type
 
typedef type::iterator iterator
 

Detailed Description

template<class K, class T, class C = std::less<K>>
struct amino::RegionMap< K, T, C >

Typedefs for STL map using region allocator.

Definition at line 166 of file mem.hpp.


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