kblib 0.2.3
General utilities library for modern C++
Catch::Detail::IsStreamInsertable< T > Class Template Reference

#include <catch/catch.hpp>

Static Public Attributes

static const bool value = decltype(test<std::ostream, const T&>(0))::value
 

Detailed Description

template<typename T>
class Catch::Detail::IsStreamInsertable< T >

Definition at line 1564 of file catch.hpp.

Member Data Documentation

◆ value

template<typename T >
static const bool Catch::Detail::IsStreamInsertable< T >::value = decltype(test<std::ostream, const T&>(0))::value
static

Definition at line 1573 of file catch.hpp.


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