|
SObjectizer
5.7
|
Helpers for detection of message type by message handler format. More...
Go to the source code of this file.
Namespaces | |
| so_5 | |
| Public part of message limit implementation. | |
| so_5::details | |
| Some reusable and low-level classes/functions which can be used in public header files. | |
| so_5::details::agent_method_pointer_details | |
Enumerations | |
| enum | so_5::details::method_arity { so_5::details::method_arity::nullary, so_5::details::method_arity::unary } |
| A special enumeration to specify arity of lambda-function or method. More... | |
| enum | so_5::details::agent_method_pointer_details::method_noexceptness_t { so_5::details::agent_method_pointer_details::method_noexceptness_t::noexcept_method, so_5::details::agent_method_pointer_details::method_noexceptness_t::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.
1.8.14