#include <ok-serializer/types_compound.h>
template<Serializer S, typename V>
serializable_value struct
Template parameters | |
---|---|
S | The serializer type |
V | The value type |
A container for a serializable value, which includes static information about the serializer used for this value.
Public types
- using SerializerType = S
- using ValueType = V
Constructors, destructors, conversion operators
- serializable_value(const ValueType& v) constexpr