[#BloombergLP-bslmf-InvokeResult_MemPtrArgQualifiers-02-checkVolatile-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/InvokeResult_MemPtrArgQualifiers-02.adoc[InvokeResult_MemPtrArgQualifiers<t_MEMOF_CLASS, t_ARG_TYPE, false>]::checkVolatile :relfileprefix: ../../../ :mrdocs: (Declared but not defined) Return `bslmf::Tag<true>()` if the argument is `volatile`‐qualified and `bslmf::Tag<false>()` otherwise. Note that if `t_TP` is both const‐ and volatile‐qualified, it will not match `volatile t_TP&`, hence the need for the const overloads. == Synopsis Declared in `<bslmf_invokeresult.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TP> static xref:BloombergLP/bslmf/Tag-0b.adoc[bslmf::Tag<false>] checkVolatile(t_TP&); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#