kaycxx-cli
C++ CLI library
Loading...
Searching...
No Matches
kaycxx::cli::string_view_constructible Concept Reference

Checks whether a type can be constructed from std::string_view. More...

#include <kaycxx/cli/parse_value.hpp>

Concept definition

template<typename T>
std::constructible_from<T, std::string_view>
Checks whether a type can be constructed from std::string_view.
Definition parse_value.hpp:40

Detailed Description

Checks whether a type can be constructed from std::string_view.

Template Parameters
TValue type to check.