[#BSLSTL_VARIANT_VISITID] = BSLSTL_VARIANT_VISITID :mrdocs: This component‐private macro expands to the invocation of `Variant_ImpUtil::visitId` with specified `RET` as return type, and specified `VISITOR` and specified `VAROBJ` as arguments. See the documentation of `Variant_ImpUtil::visitId` for more details. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLSTL_VARIANT_VISITID(RET, VISITOR, VAROBJ) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#