8#ifndef HPP_ALIB_CONFIG_PRIORITIES
9#define HPP_ALIB_CONFIG_PRIORITIES 1
15#include "alib/enums/records.hpp"
19namespace alib {
namespace config {
88 Protected = (std::numeric_limits<uint16_t>::max)(),
#define ALIB_ASSERT_MODULE(modulename)
#define ALIB_ENUMS_ASSIGN_RECORD(TEnum, TRecord)
#define ALIB_BOXING_VTABLE_DECLARE(TMapped, Identifier)
#define ALIB_ENUMS_MAKE_ARITHMETICAL(TEnum)
ALib Enum Record associated with enumeration Priority.
int Priority
The precedence of an operator in respect to other binary operators.
ERPriority() noexcept=default
ALIB_API void Parse()
Implementation of EnumRecordPrototype::Parse.