CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
champ::Entry< K, V > Struct Template Reference

#include <champ_map.h>

Public Member Functions

 Entry (K k, V v)
 
const V * getp (const K &k) const
 

Public Attributes

key
 
value
 

Constructor & Destructor Documentation

◆ Entry()

template<class K , class V >
champ::Entry< K, V >::Entry ( k,
v 
)
inline

Member Function Documentation

◆ getp()

template<class K , class V >
const V * champ::Entry< K, V >::getp ( const K &  k) const
inline

Member Data Documentation

◆ key

template<class K , class V >
K champ::Entry< K, V >::key

◆ value

template<class K , class V >
V champ::Entry< K, V >::value

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