ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ttg::detail::default_priomap_impl< keyT > Struct Template Reference

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
 

Detailed Description

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

the default priority map implementation

Definition at line 43 of file keymap.h.

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 51 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 48 of file keymap.h.


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