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

A concept describing specializations of BitField. More...

#include <memory/Concepts.hpp>

Concept definition

template<typename Type>
concept xentara::memory::BitFieldType = detail::IsBitField<Type>::value
A concept describing specializations of BitField.
Definition Concepts.hpp:95

Detailed Description

A concept describing specializations of BitField.