[#mp_units-undefined_t] = xref:mp_units.adoc[mp_units]::undefined_t :relfileprefix: ../ :mrdocs: Sentinel type indicating no default implementation for a variable template == Synopsis Declared in `<mp‐units/framework/customization_points.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#