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 constexpr 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 848 of file convert.h.

Member Function Documentation

◆ cast()

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

Definition at line 849 of file convert.h.


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