xentara-plugin v1.2.1
The Xentara Plugin Framework
Loading...
Searching...
No Matches
xentara::memory::ArrayBlockType Concept Reference

A concept describing memory blocks containing an array of elements. More...

#include <memory/Concepts.hpp>

Concept definition

template<typename Type>
concept xentara::memory::ArrayBlockType = detail::IsArrayMemoryBlock<Type>::value
A concept describing memory blocks containing an array of elements.
Definition Concepts.hpp:107

Detailed Description

A concept describing memory blocks containing an array of elements.