NDEVR
API Documentation
PropertySpec< t_property >

Maps a compile-time property enum value to its corresponding C++ storage type. More...

Detailed Description

template<auto t_property>
struct PropertySpec< t_property >

Maps a compile-time property enum value to its corresponding C++ storage type.


Specializations define a type alias for each property enum value (e.g., PropertySpec<NDPO::guid> has type = UUID).

Template Parameters
t_propertyThe property enum value.

Definition at line 112 of file DesignProperties.h.


The documentation for this struct was generated from the following file: