keymap.h
Go to the documentation of this file.
default_keymap_impl()=default
std::enable_if_t<!meta::is_void_v< Key >, int > operator()(const Key &key) const
Definition: keymap.h:24
std::enable_if_t< meta::is_void_v< Key >, int > operator()() const
Definition: keymap.h:33
default_keymap_impl(int world_size)
Definition: keymap.h:20
Definition: keymap.h:15
std::enable_if_t<!meta::is_void_v< Key >, int > operator()(const Key &key) const
Definition: keymap.h:47
default_priomap_impl()=default
std::enable_if_t< meta::is_void_v< Key >, int > operator()() const
Definition: keymap.h:50