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

#include <kblib/convert.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 827 of file convert.h.

Member Function Documentation

◆ cast()

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

Definition at line 828 of file convert.h.


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