NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
Yaml::impl::StringConverter< T > Struct Template Reference

Helper functionality, converting string to any data type. Strings are left untouched. More...

#include <Yaml.hpp>

Static Public Member Functions

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

Detailed Description

template<typename T>
struct Yaml::impl::StringConverter< T >

Helper functionality, converting string to any data type. Strings are left untouched.

Member Function Documentation

◆ Get() [1/2]

template<typename T >
static T Yaml::impl::StringConverter< T >::Get ( const std::string &  data)
inlinestatic

References data, and type.

Referenced by Yaml::Node::As(), and Yaml::impl::StringConverter< bool >::Get().

Here is the caller graph for this function:

◆ Get() [2/2]

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

References data, and type.


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