Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::is_range< T > Struct Template Reference

#include <catch_tostring.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T>
struct Catch::is_range< T >

Definition at line 1662 of file catch.hpp.

Member Data Documentation

◆ value

template<typename T >
static const bool Catch::is_range< T >::value
static
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
static const bool value

Definition at line 474 of file catch_tostring.h.


The documentation for this struct was generated from the following files: