|
siplasplas
A library for C++ reflection and introspection
|
Checks whether a vaue of type T can be read from 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 |
| Returns whether the concept implementation (feature) is noexcept or not. | |
| static constexpr bool | vakue |
| Concept result. True if the concept is satisfied, false otherwise. | |
Checks whether a vaue of type T can be read from a standard stream.
This concept trait checks if values of a given type T can be read from a stream class using operator>>(std:istream&, T).
| T | Type to check. |
operator>>(std::istream&, T) overload declared in this translation unit. False otherwise.