Return the index tag for a char16_t lvalue reference.

Synopsis

Declared in <bslmf_invokeresult.h>

static
bslmf::Tag<e_CHAR16_T>
fromVal(char16_t& value);

Return Value

a Tag encoding e_CHAR16_T for the argument type

Parameters

Name

Description

value

lvalue whose type is mapped to an index tag

Created with MrDocs