|
|
template<typename T , typename U = unqualified_t<T>, typename B = decltype(std::declval<U&>().begin()), typename E = decltype(std::declval<U&>().end())> |
| static std::true_type | test (int) |
| |
|
template<typename... > |
| static std::false_type | test (...) |
| |
The documentation for this struct was generated from the following file: