|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
#include <terminal.h>
Public Member Functions | |
| ContainerWrapper ()=default | |
| ContainerWrapper (const ContainerWrapper &)=default | |
| ContainerWrapper (ContainerWrapper &&)=default | |
| ContainerWrapper & | operator= (const ContainerWrapper &)=default |
| template<typename T , typename mapperT , typename keymapT , std::enable_if_t<!std::is_same< std::decay_t< T >, ContainerWrapper >{}, bool > = true> | |
| ContainerWrapper (T &t, mapperT &&mapper, keymapT &&keymap) | |
Public Attributes | |
| std::function< valueT(keyT const &key)> | get = nullptr |
| std::function< size_t(keyT const &key)> | owner = nullptr |
Definition at line 26 of file terminal.h.
|
default |
|
default |
|
default |
|
inline |
Definition at line 38 of file terminal.h.
|
default |
| std::function<valueT (keyT const& key)> ttg::detail::ContainerWrapper< keyT, valueT >::get = nullptr |
Definition at line 27 of file terminal.h.
| std::function<size_t (keyT const& key)> ttg::detail::ContainerWrapper< keyT, valueT >::owner = nullptr |
Definition at line 28 of file terminal.h.
1.9.8