Template Struct SharedWrapperTraits¶
Defined in File shared_wrapper.hpp
Struct Documentation¶
-
template<typename
T>
structripple::SharedWrapperTraits¶ A traits class for shared wrapper types.
- Template Parameters
T: The type to get the shared wrapper traits for.
Public Static Attributes
-
constexpr bool
is_shared_wrapper= false¶ Returns that the type T is not a SharedWrapper.