Return the index tag for an unsigned int lvalue reference.

Synopsis

Declared in <bslmf_invokeresult.h>

static
bslmf::Tag<e_UNSIGNED>
fromVal(unsigned int& value);

Return Value

a Tag encoding e_UNSIGNED for the argument type

Parameters

Name

Description

value

lvalue whose type is mapped to an index tag

Created with MrDocs