[#BloombergLP-bslstl-Variant_IsTag-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Variant_IsTag :relfileprefix: ../../ :mrdocs: This component‐private metafunction is derived from `bsl::true_type` if (template parameter) `t_TYPE` is not a tag type. This metafunction requires any cv and ref qualifications to be removed from the queried type. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct Variant_IsTag : xref:bsl/false_type.adoc[bsl::false_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/false_type.adoc[bsl::false_type]` | Metafunction representing the boolean constant `false`. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bslstl/Variant_IsTag-08.adoc[`Variant_IsTag<std::allocator_arg_t>`] | xref:BloombergLP/bslstl/Variant_IsTag-0a.adoc[`Variant_IsTag<bsl::in_place_index_t<t_INDEX>>`] | xref:BloombergLP/bslstl/Variant_IsTag-07.adoc[`Variant_IsTag<bsl::in_place_type_t<t_TYPE>>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#