ROSE 0.11.145.147
Static Public Member Functions | List of all members
Sawyer::Yaml::impl::StringConverter< T, Enable > Struct Template Reference

Description

template<typename T, class Enable = void>
struct Sawyer::Yaml::impl::StringConverter< T, Enable >

Definition at line 78 of file Sawyer/Yaml.h.

Static Public Member Functions

static T Get (const std::string &data)
 
static T Get (const std::string &data, const T &defaultValue)
 

Member Function Documentation

◆ Get() [1/2]

template<typename T , class Enable = void>
static T Sawyer::Yaml::impl::StringConverter< T, Enable >::Get ( const std::string &  data)
inlinestatic

Definition at line 79 of file Sawyer/Yaml.h.

◆ Get() [2/2]

template<typename T , class Enable = void>
static T Sawyer::Yaml::impl::StringConverter< T, Enable >::Get ( const std::string &  data,
const T &  defaultValue 
)
inlinestatic

Definition at line 83 of file Sawyer/Yaml.h.


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