Sentinel type for a specializable variable-template customization point with no usable default.
Declared in <mp-units/utility/unspecified.h>
struct unspecified_t;
A variable template cannot be = deleted the way a function can, so a customization point that must be specialized before use defaults to an object of this type, and a specialization replaces it with a real value. #specified reports whether that has happened.