rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::request_wrapper_t< T, std::enable_if_t< std::is_base_of_v< arc_base_t< T >, T > > > Struct Template Reference

request_wrapper_t specialization for refcounted item More...

#include <request.hpp>

Public Types

using request_t = intrusive_ptr_t< T >
 an alias for the original request type, wrapped into intrusive pointer
 

Detailed Description

template<typename T>
struct rotor::request_wrapper_t< T, std::enable_if_t< std::is_base_of_v< arc_base_t< T >, T > > >

request_wrapper_t specialization for refcounted item


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