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

A concept describing raw memory blocks. More...

#include <memory/Concepts.hpp>

Concept definition

template<typename Type>
concept xentara::memory::MemoryBlockType = detail::IsRawMemoryBlock<Type>::value
A concept describing raw memory blocks.
Definition Concepts.hpp:99

Detailed Description

A concept describing raw memory blocks.