|
kaycxx-cli
C++ CLI library
|
Checks whether a type can be parsed with an ADL-discovered from_string function.
More...
#include <kaycxx/cli/parse_value.hpp>
Checks whether a type can be parsed with an ADL-discovered from_string function.
Supported functions must live in the same namespace as the parsed type and use the signature T from_string(std::string_view, std::type_identity<T>).
| T | Value type to check. |