ALib C++ Framework
by
Library Version: 2605 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 the template type TEnum which specifies type alias RecordsTraits::Type.

Template Parameters
TEnumThe type to test.

Definition at line 47 of file records.hpp.

#include <records.hpp>

Concept definition

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