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

optionally wraps request type into intrusive pointer More...

#include <request.hpp>

Public Types

using request_t = T
 an alias for the original request type
 

Detailed Description

template<typename T, typename = void>
struct rotor::request_wrapper_t< T, typename >

optionally wraps request type into intrusive pointer

The transformation (T -> iptr<T>) occurs only if the type T is descendant of arc_base_t<T>.

Otherwise, the user supplied request type T remains the same.


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