ezconfig
Create C++ Objects from Yaml and Json
|
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) |
Decode an enum from yaml.
Decode a boost::hana struct from yaml.
Definition at line 53 of file hana_fwd.hpp.
|
static |