ttg::detail::default_priomap_impl< keyT > Struct Template Reference
Inheritance diagram for ttg::detail::default_priomap_impl< keyT >:
Documentation
template<typename keyT>
struct ttg::detail::default_priomap_impl< keyT >
the default priority map implementation
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 >
|
default |
Member Function Documentation
◆ operator()() [1/2]
template<typename keyT >
template<typename Key = keyT>
|
inline |
◆ operator()() [2/2]
template<typename keyT >
template<typename Key = keyT>
|
inline |
The documentation for this struct was generated from the following file:
- ttg/ttg/base/keymap.h
1.9.1