|
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::array<T, N>.
More...
Go to the source code of this file.
Classes | |
| struct | jh::pod::array< T, N > |
POD-compatible fixed-size array, similar in shape to std::array, but simpler and fully POD. More... | |
Namespaces | |
| namespace | jh::pod |
| Aggregated entry point for Plain-Old-Data and layout-stable value utilities. | |
Variables | |
| constexpr std::uint16_t | jh::pod::max_pod_array_bytes = 16 * 1024 |
| Maximum size of a POD array (16KB). This is a compile-time constant. | |
Implementation of jh::pod::array<T, N>.