Ylva And Malin
Static Public Attributes
Catch::is_range< T > Struct Template Reference

#include <catch.hpp>

Collaboration diagram for Catch::is_range< T >:
Collaboration graph

Static Public Attributes

static const bool value
 

Field Documentation

template<typename T >
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

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