Tomographer
v5.4
Tomographer C++ Framework Documentation
|
Traits class to see whether an object exposes a "<<"
operator overload for std::ostream.
More...
#include <tomographer/tools/fmt.h>
Static Public Attributes | |
static constexpr bool | value |
Traits class to see whether an object exposes a "<<"
operator overload for std::ostream.
Use the expression
to test whether a type T can be streamed into a std::ostream. This value is a compile-time boolean and can be used in template parameters.
|
static |