kblib 0.2.3
General utilities library for modern C++
kblib::lexical_caster< To, std::string > Struct Template Reference

#include <kblib/convert.h>

Static Public Member Functions

static auto cast (const std::string &val, const char *type) -> To
 

Detailed Description

template<typename To>
struct kblib::lexical_caster< To, std::string >

Definition at line 789 of file convert.h.

Member Function Documentation

◆ cast()

template<typename To >
static auto kblib::lexical_caster< To, std::string >::cast ( const std::string &  val,
const char *  type 
) -> To
inlinestatic

Definition at line 790 of file convert.h.


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