Template with two identifier parameters representing class/method pair. More...
#include <eagine/message_id.hpp>
Static Public Member Functions | |
static constexpr auto | class_id () noexcept -> identifier_t |
Returns the class identifier value. | |
static constexpr auto | class_ () noexcept -> identifier |
Returns the class identifier. | |
static constexpr auto | method_id () noexcept -> identifier_t |
Returns the method identifier value. | |
static constexpr auto | method () noexcept -> identifier |
Returns the method identifier. | |
Template with two identifier parameters representing class/method pair.
This class encodes an identifier pair in its template parameters. It is implicitly convertible to message_id.