Struct is_range
Synopsis
#include <include/internal/catch_tostring.h>
template <typename T>
struct is_range : detail::is_range_impl<T>
Description
No description yet.
Mentioned in
- Fine tuning / String conversions / Catch::is_range specialisation
- FAQ / Limitations / Visual Studio 2015 -- Alignment compilation error (C2718)
- Other / Release Notes / Fixes
Inheritance
Ancestors: is_range_impl
Source
Lines 491-493 in include/internal/catch_tostring.h.
template <typename T>
struct is_range : detail::is_range_impl<T> {
};