SObjectizer  5.8
Loading...
Searching...
No Matches
so_5::details::agent_method_pointer_details Namespace Reference

Classes

struct  no_arg
 
struct  with_arg
 

Enumerations

enum class  method_noexceptness_t { noexcept_method , not_noexcept_method }
 

Variables

constexpr method_noexceptness_t noexcept_method
 
constexpr method_noexceptness_t not_noexcept_method
 

Enumeration Type Documentation

◆ method_noexceptness_t

Enumerator
noexcept_method 
not_noexcept_method 

Definition at line 119 of file message_handler_format_detector.hpp.

Variable Documentation

◆ noexcept_method

method_noexceptness_t so_5::details::agent_method_pointer_details::noexcept_method
inlineconstexpr
Initial value:
=
method_noexceptness_t::noexcept_method

Definition at line 125 of file message_handler_format_detector.hpp.

◆ not_noexcept_method

method_noexceptness_t so_5::details::agent_method_pointer_details::not_noexcept_method
inlineconstexpr
Initial value:
=
method_noexceptness_t::not_noexcept_method

Definition at line 128 of file message_handler_format_detector.hpp.