Struct is_range_impl
Synopsis
#include <include/internal/catch_tostring.h>
template <typename T, typename = void>
struct is_range_impl : std::false_type
Description
No description yet.
Inheritance
Ancestors: false_type
Source
Lines 482-484 in include/internal/catch_tostring.h.
template <typename T, typename = void>
struct is_range_impl : std::false_type {
};