#include <kblib/convert.h>
|
auto | cast (...) -> std::string_view=delete |
|
|
static std::enable_if_t< std::is_convertible_v< From, std::string_view >, std::string_view > | cast (const From &val, const char *) |
|
template<typename From>
struct kblib::lexical_caster< std::string_view, From >
Definition at line 826 of file convert.h.
◆ cast() [1/2]
◆ cast() [2/2]
template<typename From >
static std::enable_if_t< std::is_convertible_v< From, std::string_view >, std::string_view > kblib::lexical_caster< std::string_view, From >::cast |
( |
const From & |
val, |
|
|
const char * |
|
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: