Typedef ripple::non_shared_mod_enable_t¶
Defined in File modifier.hpp
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
non_shared_mod_enable_t
= std::enable_if_t<!modification_traits_t<T>::uses_shared, int>¶ Defines a valid type if the template parameter is not a modfier which specifiesshared memory use.
- Template Parameters
T
: The type to base the enable on.