Thrill  0.1
btree_multiset< Key_, Compare_, Traits_, Alloc_ >::key_of_value Struct Reference

Detailed Description

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

Key Extractor Struct.

Definition at line 79 of file btree_multiset.hpp.

#include <btree_multiset.hpp>

Static Public Member Functions

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

Member Function Documentation

◆ get()

static const key_type& get ( const value_type v)
inlinestatic

pull first out of pair

Definition at line 81 of file btree_multiset.hpp.


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