Thrill  0.1
PairKeyExtract< KeyType, DataType > Struct Template Reference

Detailed Description

template<typename KeyType, typename DataType>
struct tlx::radix_heap_detail::PairKeyExtract< KeyType, DataType >

Used as an adapter to implement RadixHeapPair on top of RadixHeap.

Definition at line 337 of file radix_heap.hpp.

#include <radix_heap.hpp>

Public Types

using allow_emplace_pair = bool
 

Public Member Functions

KeyType operator() (const std::pair< KeyType, DataType > &p) const
 

Member Typedef Documentation

◆ allow_emplace_pair

using allow_emplace_pair = bool

Definition at line 338 of file radix_heap.hpp.

Member Function Documentation

◆ operator()()

KeyType operator() ( const std::pair< KeyType, DataType > &  p) const
inline

Definition at line 340 of file radix_heap.hpp.


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