Honeycomb  0.1
Component-Model Framework
Public Types | Public Member Functions | Public Attributes | List of all members
honey::MtPair< Key_, Val_ > Struct Template Reference

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
 

Detailed Description

template<class Key_, class Val_>
struct honey::MtPair< Key_, Val_ >

Key/value pair. A pair can be constructed with the syntax: (key() = value)

Member Typedef Documentation

template<class Key_ , class Val_ >
typedef Key_ honey::MtPair< Key_, Val_ >::Key
template<class Key_ , class Val_ >
typedef Val_ honey::MtPair< Key_, Val_ >::Val

Constructor & Destructor Documentation

template<class Key_ , class Val_ >
template<class Val >
honey::MtPair< Key_, Val_ >::MtPair ( Val &&  val)
inline

Member Data Documentation

template<class Key_ , class Val_ >
const Key honey::MtPair< Key_, Val_ >::key
template<class Key_ , class Val_ >
Val honey::MtPair< Key_, Val_ >::val

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