ttg::detail::default_priomap_impl< keyT > Struct Template Reference
Inheritance diagram for ttg::detail::default_priomap_impl< keyT >:
ttg::detail::default_priomap< keyT >

Documentation

template<typename keyT>
struct ttg::detail::default_priomap_impl< keyT >

the default priority map implementation

Definition at line 42 of file keymap.h.

Public Member Functions

 default_priomap_impl ()=default
 
template<typename Key = keyT>
std::enable_if_t<!meta::is_void_v< Key >, int > operator() (const Key &key) const
 
template<typename Key = keyT>
std::enable_if_t< meta::is_void_v< Key >, int > operator() () const
 

Constructor & Destructor Documentation

◆ default_priomap_impl()

template<typename keyT >
ttg::detail::default_priomap_impl< keyT >::default_priomap_impl ( )
default

Member Function Documentation

◆ operator()() [1/2]

template<typename keyT >
template<typename Key = keyT>
std::enable_if_t<meta::is_void_v<Key>,int> ttg::detail::default_priomap_impl< keyT >::operator() ( ) const
inline

Definition at line 50 of file keymap.h.

◆ operator()() [2/2]

template<typename keyT >
template<typename Key = keyT>
std::enable_if_t<!meta::is_void_v<Key>,int> ttg::detail::default_priomap_impl< keyT >::operator() ( const Key &  key) const
inline

Definition at line 47 of file keymap.h.


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