Template Struct SharedWrapperTraits< SharedWrapper< T > >¶
Defined in File shared_wrapper.hpp
Struct Documentation¶
-
template<typename
T
>
structripple
::
SharedWrapperTraits
<SharedWrapper<T>>¶ Specialization of the shared wrapper traits for a type which is wrapped for shared memory.
- Template Parameters
T
: The type being wrapped for shared memory.
Public Static Attributes
-
constexpr bool
is_shared_wrapper
= true¶ Returns that the type T is a SharedWrapper.