|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
the default priority map implementation More...
#include <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 |
the default priority map implementation
|
default |
|
inline |
|
inline |
1.9.8