ezconfig
Create C++ Objects from Yaml and Json
Loading...
Searching...
No Matches
YAML::convert< T > Struct Template Reference

Decode an enum from yaml. More...

#include <enum_fwd.hpp>

Static Public Member Functions

static bool decode (const Node &yaml, T &obj)
 
static bool decode (const Node &yaml, T &t)
 

Detailed Description

template<typename T>
requires (boost::hana::Struct<T>::value)
struct YAML::convert< T >

Decode an enum from yaml.

Decode a boost::hana struct from yaml.

Definition at line 53 of file hana_fwd.hpp.

Member Function Documentation

◆ decode()

template<typename T >
requires (boost::hana::Struct<T>::value)
bool YAML::convert< T >::decode ( const Node & yaml,
T & obj )
static

Definition at line 11 of file enum.hpp.


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