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

optionally unwraps request type from 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_unwrapper_t< T, typename >

optionally unwraps request type from intrusive pointer

The transformation (iptr<T> -> T) occurs only if the type T already wraps T into intrusive pointer

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


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