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

A concept describing memory blocks containing a single C++ object. More...

#include <memory/Concepts.hpp>

Concept definition

template<typename Type>
concept xentara::memory::ObjectBlockType = detail::IsObjectMemoryBlock<Type>::value
A concept describing memory blocks containing a single C++ object.
Definition Concepts.hpp:103

Detailed Description

A concept describing memory blocks containing a single C++ object.