|
|
using | type = std::integral_constant<bool, value> |
|
|
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 const auto | value = decltype(test<C, V>(0))::value |
The documentation for this struct was generated from the following file: