|
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.
|
Concept for types that are safe to treat as plain old data (POD). More...
#include <jh/pods/pod_like.h>
Concept for types that are safe to treat as plain old data (POD).
Requirements:
Used as a constraint in all POD containers (pod::array, pod::optional, etc.).