CLI11
C++11 Command Line Interface Parser
Loading...
Searching...
No Matches
CLI::detail::has_find< C, V > Struct Template Reference

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
 

The documentation for this struct was generated from the following file: