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

Convert a path to/from yaml. More...

#include <stl_fwd.hpp>

Static Public Member Functions

static bool decode (const Node &yaml, std::filesystem::path &obj)
 
static Node encode (const std::filesystem::path &rhs)
 

Detailed Description

Convert a path to/from yaml.

Definition at line 48 of file stl_fwd.hpp.

Member Function Documentation

◆ decode()

bool YAML::convert< std::filesystem::path >::decode ( const Node & yaml,
std::filesystem::path & obj )
inlinestatic

Definition at line 52 of file stl.hpp.

◆ encode()

Node YAML::convert< std::filesystem::path >::encode ( const std::filesystem::path & rhs)
inlinestatic

Definition at line 58 of file stl.hpp.


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