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

#include <kblib/convert.h>

Static Public Member Functions

static auto cast (const From &val, const char *type) -> To
 

Detailed Description

template<typename To, typename From>
struct kblib::lexical_caster< To, From >

Definition at line 755 of file convert.h.

Member Function Documentation

◆ cast()

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

Definition at line 756 of file convert.h.


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