|
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.
|
Implementation of jh::pod::pair<T1, T2>.
More...
#include "jh/pods/pod_like.h"Go to the source code of this file.
Classes | |
| struct | jh::pod::pair< T1, T2 > |
| POD-compatible aggregate of two values, equivalent in layout to a plain struct. More... | |
Namespaces | |
| namespace | jh::pod |
| Aggregated entry point for Plain-Old-Data and layout-stable value utilities. | |
Functions | |
| template<cv_free_pod_like T1, cv_free_pod_like T2> | |
| constexpr auto | jh::pod::make_pair (T1 first, T2 second) noexcept |
| Constructs a POD-compatible pair from two values. | |
Implementation of jh::pod::pair<T1, T2>.