MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mttest::IsStreamable< T > Class Template Reference

Checks if a class can be streamd to ostream. More...

#include <mttest.hpp>

Static Public Attributes

static const bool value = !std::is_same<return_type, dummy_t>::value
 

Detailed Description

template<typename T>
class mttest::IsStreamable< T >

Checks if a class can be streamd to ostream.

Definition at line 60 of file mttest.hpp.

Member Data Documentation

◆ value

template<typename T>
const bool mttest::IsStreamable< T >::value = !std::is_same<return_type, dummy_t>::value
static

Definition at line 70 of file mttest.hpp.


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