Sentinel type indicating no default implementation for a variable template
<mp-units/framework/customization_points.h>struct undefined_t;
This type is used as a placeholder for primary variable templates that should not have a default implementation, working around the language limitation that variable templates cannot be "deleted" like functions can.