rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::asio::details::callback_traits< void(Class::*)() noexcept > Struct Template Reference

callback decomposer specialization for no-argument callback More...

#include <forwarder.hpp>

Public Types

using args_count = count::_0
 number of arguments for asio callback (0)
 
using arg_type = void
 argument type is missing (void)
 

Detailed Description

template<typename Class>
struct rotor::asio::details::callback_traits< void(Class::*)() noexcept >

callback decomposer specialization for no-argument callback


The documentation for this struct was generated from the following file: