optionally unwraps request type from intrusive pointer More...
#include <request.hpp>
Public Types | |
using | request_t = T |
an alias for the original request type |
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.