template<Serializer S, typename V>
okser::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

Public variables

ValueType value