mp_units::undefined_t

Sentinel type indicating no default implementation for a variable template

Synopsis

Declared in <mp-units/framework/customization_points.h>
struct undefined_t;

Description

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.