MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::UnitEnum Concept Reference

Whether E is one of the unit enums: NoUnit, LengthUnit, AngleUnit, ... More...

#include <MRUnitInfo.h>

Concept definition

template<typename T>
concept MR::UnitEnum =
Whether E is one of the unit enums: NoUnit, LengthUnit, AngleUnit, ...
Definition MRUnitInfo.h:127
#define MR_X(E)
ignore for bindings to prevent GCC14 error: undefined symbol: ZN2MR11getUnitInfoITkNS_8UnitEnumENS_8T...
Definition MRUnitInfo.h:153
#define DETAIL_MR_UNIT_ENUMS(X)
A list of all unit enums, for internal use.
Definition MRUnitInfo.h:113

Detailed Description

Whether E is one of the unit enums: NoUnit, LengthUnit, AngleUnit, ...