ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::enumrecords::HasRecords Concept Reference

Description:

Concept that is satisfied if the type trait RecordsTraits is specialized for type TEnum which specifies type alias Type.

Template Parameters
TEnumThe type to test.

Definition at line 48 of file records.inl.

Concept definition

template<typename TEnum>
concept alib::enumrecords::HasRecords = !std::same_as<void, typename RecordsTraits<TEnum>::Type>