[#BloombergLP-bslmf-InvokeResult_MemFuncPtrImpDispatch-071-checkVolatile-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/InvokeResult_MemFuncPtrImpDispatch-071.adoc[InvokeResult_MemFuncPtrImpDispatch<bslmf::VoidType<decltype((InvokeResult_ImpUtils::myDeclval<t_ARG1TYPE>().get().* InvokeResult_ImpUtils::myDeclval<t_FN>())( InvokeResult_ImpUtils::myDeclval<t_ARGTYPES>()...))>::type, false, true, t_FN, t_ARG1TYPE, t_ARGTYPES...>]::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]#