|
Honeycomb
0.1
Component-Model Framework
|
Key/value pair. A pair can be constructed with the syntax: (key() = value)
More...
#include <MtMap.h>
Public Types | |
| typedef Key_ | Key |
| typedef Val_ | Val |
Public Member Functions | |
| template<class Val > | |
| MtPair (Val &&val) | |
Public Attributes | |
| const Key | key |
| Val | val |
Key/value pair. A pair can be constructed with the syntax: (key() = value)
| typedef Key_ honey::MtPair< Key_, Val_ >::Key |
| typedef Val_ honey::MtPair< Key_, Val_ >::Val |
|
inline |
| const Key honey::MtPair< Key_, Val_ >::key |
| Val honey::MtPair< Key_, Val_ >::val |
1.8.10