This header-file is part of the ALib C++ Framework.
Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.
Definition in file enumrecords.prepro.hpp.
#include "alib/alib.prepro.hpp"Go to the source code of this file.
Macros | |
| #define | ALIB_ENUMS_ASSIGN_RECORD(TEnum, TRecord) |
| #define ALIB_ENUMS_ASSIGN_RECORD | ( | TEnum, | |
| TRecord ) |
Macro used to specialize the type trait RecordsTraits<TEnum> to associate C++ enumeration type TEnum with ALib Enum Records of type TRecord.
| TEnum | The enumeration type to define data records for. |
| TRecord | The type of the data record to assign. |
Definition at line 19 of file enumrecords.prepro.hpp.