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

#include <kblib/convert.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 782 of file convert.h.

Member Function Documentation

◆ cast()

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

Definition at line 783 of file convert.h.


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