Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Detail::IsStreamInsertable< T > Class Template Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::Detail::IsStreamInsertable< T >:

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 >
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 file: