Template Struct is_range

Struct Documentation

template<typename T>
struct Catch::is_range

Public Static Attributes

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