[#bsl-void_t] = xref:bsl.adoc[bsl]::void_t :relfileprefix: ../ :mrdocs: Alias template that always yields `void`. == Synopsis Declared in `<bslmf_voidtype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class...> using void_t = void; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#