ROSE 0.11.145.293
Static Public Member Functions | List of all members
Sawyer::Yaml::impl::StringConverter< T, typename std::enable_if< std::is_integral< T >::value >::type > Struct Template Reference

Description

template<typename T>
struct Sawyer::Yaml::impl::StringConverter< T, typename std::enable_if< std::is_integral< T >::value >::type >

Definition at line 91 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 >
static T Sawyer::Yaml::impl::StringConverter< T, typename std::enable_if< std::is_integral< T >::value >::type >::Get ( const std::string &  data)
inlinestatic

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

◆ Get() [2/2]

template<typename T >
static T Sawyer::Yaml::impl::StringConverter< T, typename std::enable_if< std::is_integral< T >::value >::type >::Get ( const std::string &  data,
const T &  defaultValue 
)
inlinestatic

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


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