xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::memory::MemoryElement Concept Reference

An element in a memory region. More...

#include <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