Serializers for std::variant.
Definition in file variant.hpp.
Go to the source code of this file.
 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 >) |