Static Public Attributes | List of all members
Catch::is_range< T > Struct Template Reference

#include <catch.hpp>

Static Public Attributes

static const bool value
 

Detailed Description

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

Definition at line 2001 of file catch.hpp.

Member Data 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

Definition at line 2002 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:35