Serializers for std::variant.
Definition in file variant.hpp.
Go to the source code of this file.
Namespaces | |
namespace | formats |
Value formats representation, parsing and serialization. | |
namespace | formats::serialize |
Common serializers. | |
Functions | |
template<typename Value , typename... Types> | |
Value | formats::serialize::Serialize (const std::variant< Types... > &value, To< Value >) |