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