|
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.
|
Debug-only constraint for POD-like types printable to std::ostream.
More...
#include <jh/pods/stringify.h>
Debug-only constraint for POD-like types printable to std::ostream.
Combines jh::pod::pod_like with streamable, while explicitly excluding fundamental types, enums, and raw pointers.
This concept exists solely to enable the printers in the jh::pod's stringify submodule.
using-introduced operator<< overloads. The exact set of printable types may change depending on the surrounding namespace context.