Template Struct ModificationSpecifier¶
Defined in File modifier.hpp
Struct Documentation¶
-
template<typename
T
, ModifierModification
= Modifier::concurrent>
structripple
::
ModificationSpecifier
¶ The ModificationSpecifier struct wraps a type T with some information for how it is modified.
- Template Parameters
T
: The type which is wrapped in the modifier.Modification
: The type of the modification.