amino  1.0-beta2
Lightweight Robot Utility Library
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, allocatortype
 
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 203 of file mem.hpp.


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