userver: userver/formats/serialize/variant.hpp File Reference
Loading...
Searching...
No Matches
variant.hpp File Reference

Detailed Description

Serializers for std::variant.

Definition in file variant.hpp.

Go to the source code of this file.

#include <variant>
#include <userver/formats/serialize/to.hpp>
+ Include dependency graph for variant.hpp:
+ This graph shows which files directly or indirectly include 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 >)