Return the index tag for a const volatile void * lvalue reference.

Synopsis

Declared in <bslmf_invokeresult.h>

static
bslmf::Tag<e_CONST_VOLATILE_VOIDPTR>
fromVal(void const volatile*& value);

Return Value

a Tag encoding e_CONST_VOLATILE_VOIDPTR for the argument type

Parameters

Name

Description

value

lvalue whose type is mapped to an index tag

Created with MrDocs