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

#include <kblib/convert.h>

Static Public Member Functions

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

Detailed Description

Definition at line 806 of file convert.h.

Member Function Documentation

◆ cast()

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

Definition at line 807 of file convert.h.


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