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

callback decomposer specialization for reference argument More...

#include <forwarder.hpp>

Public Types

using args_count = count::_1
 number of arguments for asio callback (1)
 
using arg_type = M &
 argument type is a reference
 

Detailed Description

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

callback decomposer specialization for reference argument


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