Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Concept to check if a type can be streamed to an std::ostream. More...
#include <concepts.hpp>
Concept to check if a type can be streamed to an std::ostream.
Requires the expression (os << t) to be valid.
T | Type to check. |