Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::detail::lite_map< Key, Value > Class Template Reference

Public Types

using iterator = typename std::vector< key_value_rep >::iterator
 

Public Member Functions

Value & operator[] (const Key &key)
 
iterator find (const Key &key)
 
std::vector< key_value_rep > & table ()
 

Member Typedef Documentation

template<typename Key, typename Value>
using nana::detail::lite_map< Key, Value >::iterator = typename std::vector<key_value_rep>::iterator

Member Function Documentation

template<typename Key, typename Value>
iterator nana::detail::lite_map< Key, Value >::find ( const Key &  key)
inline
template<typename Key, typename Value>
Value& nana::detail::lite_map< Key, Value >::operator[] ( const Key &  key)
inline
template<typename Key, typename Value>
std::vector<key_value_rep>& nana::detail::lite_map< Key, Value >::table ( )
inline