fw4spl
camp_ext::MapMapper< MAP, typename boost::enable_if_c< camp::isMapping< MAP >::value >::type > Struct Template Reference

Public Types

typedef MAP MapType
 
typedef MapType::value_type ValueType
 
typedef MapType::key_type KeyType
 
typedef MapType::mapped_type MappedType
 

Static Public Member Functions

static std::size_t size (const MapType &map)
 
static const ValueType & get (const MapType &map, std::size_t index)
 
static void set (MapType &map, const KeyType &key, const MappedType &value)
 

Detailed Description

template<typename MAP>
struct camp_ext::MapMapper< MAP, typename boost::enable_if_c< camp::isMapping< MAP >::value >::type >

Definition at line 22 of file MapMapper.hpp.


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