template<typename T>
struct Catch::is_range< T >
Definition at line 1474 of file catch.hpp.
Initial 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
Definition at line 1475 of file catch.hpp.
The documentation for this struct was generated from the following file: