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

A concept describing specializations of Object. More...

#include <memory/Concepts.hpp>

Concept definition

template<typename Type>
concept xentara::memory::ObjectType = detail::IsObject<Type>::value
A concept describing specializations of Object.
Definition Concepts.hpp:91

Detailed Description

A concept describing specializations of Object.