xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::memory::MemoryElement Concept Reference

An element in a memory region. More...

#include <xentara/utils/memory/Concepts.hpp>

Concept definition

template<typename Element, typename AlignmentType std::byte>
sizeof(Element) == sizeof(AlignmentType) &&
alignof(Element) == alignof(AlignmentType) &&
An element in a memory region.
Definition Concepts.hpp:15
T make_unique(T... args)

Detailed Description

An element in a memory region.

Template Parameters
AlignmentTypeA type that specifies the size and alignment of the elements stored in the memory region