siplasplas
A library for C++ reflection and introspection
|
Checks whether a vaue of type T can be written to a standard stream. More...
#include <siplasplas/typeerasure/concepts/iostream.hpp>
Additional Inherited Members | |
Static Public Attributes inherited from cpp::concepts::Concept< false > | |
static constexpr bool | no_except |
Checks whether a vaue of type T can be written to a standard stream.
This concept trait checks if values of a given type T can be written to an stream class using operator<<(std:ostream&, T)
.
T | Type to check. |
operator<<(Stream, T)
overload declared in this translation unit. False otherwise.