Represents a mapping from a message type id to member function constant. More...
#include <eagine/message_bus/handler_map.hpp>
Public Member Functions | |
| constexpr | message_handler_map (message_id msgid) noexcept |
| Construction from message type id. | |
| constexpr auto | msg_id () const noexcept -> message_id |
| Returns the message type id. | |
Static Public Member Functions | |
| static constexpr auto | method () noexcept -> MemFuncConst |
| Returns the member function constant. | |
Represents a mapping from a message type id to member function constant.