|
kaycxx-cli
C++ CLI library
|
Checks whether a type can be used as a command line value. More...
#include <kaycxx/cli/parse_value.hpp>
Checks whether a type can be used as a command line value.
Values must be copy-constructible because parsed values are stored in std::any.
| T | Value type to check. |