memory
map_node_size< T > Struct Template Reference

Detailed Description

template<typename T>
struct foonathan::memory::map_node_size< T >

Contains the node size of a node based STL container with a specific type.

This trait is auto-generated and may not be available depending on the build configuration, especially when doing cross compilation.

Notes:
T is always the value_type of the container, e.g. std::pair<const Key, Value>.