SObjectizer 5.8
|
Helpers for detection of message type by message handler format. More...
Go to the source code of this file.
Namespaces | |
namespace | so_5 |
Private part of message limit implementation. | |
namespace | so_5::details |
Some reusable and low-level classes/functions which can be used in public header files. | |
namespace | so_5::details::agent_method_pointer_details |
Enumerations | |
enum class | so_5::details::method_arity { so_5::details::nullary , so_5::details::unary } |
A special enumeration to specify arity of lambda-function or method. More... | |
enum class | so_5::details::agent_method_pointer_details::method_noexceptness_t { so_5::details::agent_method_pointer_details::noexcept_method , so_5::details::agent_method_pointer_details::not_noexcept_method } |
Variables | |
constexpr method_noexceptness_t | so_5::details::agent_method_pointer_details::noexcept_method |
constexpr method_noexceptness_t | so_5::details::agent_method_pointer_details::not_noexcept_method |
Helpers for detection of message type by message handler format.
Definition in file message_handler_format_detector.hpp.