Template Struct is_range¶
Defined in File catch.hpp
Struct Documentation¶
-
template<typename
T>
structCatch::is_range¶ Public Static Attributes
-
static const bool
value= !std::is_same<decltype(begin(std::declval<T>())), not_this_one>::value && !std::is_same<decltype(end(std::declval<T>())), not_this_one>::value¶
-
static const bool