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.
Loading...
Searching...
No Matches
pod_like.h File Reference

Definition of the pod_like concept and its cv-free constraint variant (cv_free_pod_like). More...

#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  jh::pod
 Aggregated entry point for Plain-Old-Data and layout-stable value utilities.

Concepts

concept  jh::pod::pod_like
 Concept for types that are safe to treat as plain old data (POD).
concept  jh::pod::cv_free_pod_like
 Concept for POD-like types that are free of const or volatile qualification.

Detailed Description

Definition of the pod_like concept and its cv-free constraint variant (cv_free_pod_like).