Template Struct PointerWrapper¶
Defined in File pointer_wrapper.hpp
Struct Documentation¶
-
template<typename
T
>
structripple
::
PointerWrapper
¶ The PointerWrapper class stores a type T and provides pointer like access to the type T.
That is, the semantics of the PointerWrapper and a pointer are the same.
- Template Parameters
T
: The type to wrap with pointer like access.