mn::container::internal::rb_tree_key_wrapper< TKey > Struct Template Reference

#include <mn_rb_tree.hpp>

Public Member Functions

 rb_tree_key_wrapper ()
 
 rb_tree_key_wrapper (const TKey &key_)
 
const TKey & get_key () const
 

Public Attributes

TKey key
 

Constructor & Destructor Documentation

◆ rb_tree_key_wrapper() [1/2]

template<typename TKey >
mn::container::internal::rb_tree_key_wrapper< TKey >::rb_tree_key_wrapper ( )
inline

◆ rb_tree_key_wrapper() [2/2]

template<typename TKey >
mn::container::internal::rb_tree_key_wrapper< TKey >::rb_tree_key_wrapper ( const TKey &  key_)
inline

Member Function Documentation

◆ get_key()

template<typename TKey >
const TKey& mn::container::internal::rb_tree_key_wrapper< TKey >::get_key ( ) const
inline

Member Data Documentation

◆ key

template<typename TKey >
TKey mn::container::internal::rb_tree_key_wrapper< TKey >::key

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