tlx
btree_map< Key_, Data_, Compare_, Traits_, Alloc_ >::key_of_value Struct Reference

Key Extractor Struct. More...

#include <btree_map.hpp>

Static Public Member Functions

static const key_typeget (const value_type &v)
 pull first out of pair More...
 

Detailed Description

template<typename Key_, typename Data_, typename Compare_ = std::less<Key_>, typename Traits_ = btree_default_traits<Key_, std::pair<Key_, Data_> >, typename Alloc_ = std::allocator<std::pair<Key_, Data_> >>
struct tlx::btree_map< Key_, Data_, Compare_, Traits_, Alloc_ >::key_of_value

Key Extractor Struct.

Definition at line 83 of file btree_map.hpp.

Member Function Documentation

static const key_type& get ( const value_type v)
inlinestatic

pull first out of pair

Definition at line 85 of file btree_map.hpp.


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