cfgfile 0.2.11
Loading...
Searching...
No Matches
cfgfile::format_t< T, Trait > Class Template Reference

Format template value to the string and back. More...

#include <format.hpp>

Static Public Member Functions

static Trait::string_t to_string (const T &)
 Format value to string.
 
static T from_string (const parser_info_t< Trait > &, const typename Trait::string_t &)
 Format value from string.
 

Detailed Description

template<class T, class Trait>
class cfgfile::format_t< T, Trait >

Format template value to the string and back.

Member Function Documentation

◆ from_string()

template<class T , class Trait >
static T cfgfile::format_t< T, Trait >::from_string ( const parser_info_t< Trait > &  ,
const typename Trait::string_t &   
)
static

Format value from string.

◆ to_string()

template<class T , class Trait >
static Trait::string_t cfgfile::format_t< T, Trait >::to_string ( const T )
static

Format value to string.


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