userver: chaotic::Variant< T > Struct Template Reference
Loading...
Searching...
No Matches
chaotic::Variant< T > Struct Template Referencefinal

Detailed Description

template<typename... T>
struct chaotic::Variant< T >

Definition at line 31 of file variant.hpp.

Public Attributes

const std::variant< decltype(Parse(std::declval< formats::json::Value >(), formats::parse::To< T >{}))... > & value
 

Member Data Documentation

◆ value

template<typename... T>
const std::variant<decltype(Parse(std::declval<formats::json::Value>(), formats::parse::To<T>{}))...>& chaotic::Variant< T >::value

Definition at line 33 of file variant.hpp.


The documentation for this struct was generated from the following file: