[#BloombergLP-bslstl-Variant_NoSuchType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Variant_NoSuchType :relfileprefix: ../../ :mrdocs: This component‐private trivial tag type is used to distinguish between arguments passed by a user, and an `enable_if` argument. It is not default constructible so the following construction never invokes a constrained single parameter constructor: ` struct SomeType { SomeType(int, const std::string &s = "default"){} }; == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Variant_NoSuchType; ---- == Description variant<SomeType> o(1, {}); ` == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_NoSuchType/2constructor.adoc[`Variant_NoSuchType`] [.small]#[constructor]# | Create a `Variant_NoSuchType` object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#