|
CLI11 2.4.2
|
#include <Validators.hpp>
Public Types | |
| using | type = std::integral_constant<bool, value> |
Static Public Member Functions | |
| template<typename CC, typename VV> | |
| static auto | test (int) -> decltype(std::declval< CC >().find(std::declval< VV >()), std::true_type()) |
| template<typename, typename> | |
| static auto | test (...) -> decltype(std::false_type()) |
Static Public Attributes | |
| static const auto | value = decltype(test<C, V>(0))::value |
| using CLI::detail::has_find< C, V >::type = std::integral_constant<bool, value> |
|
static |
|
static |
|
static |