|
JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
|
Checks whether a type can be streamed to std::ostream.
More...
#include <jh/pods/stringify.h>
Checks whether a type can be streamed to std::ostream.
Evaluates whether os << value is a valid expression producing std::ostream&.
operator<<.