Return the index tag for a double lvalue reference.

Synopsis

Declared in <bslmf_invokeresult.h>

static
bslmf::Tag<e_DOUBLE>
fromVal(double& value);

Return Value

a Tag encoding e_DOUBLE for the argument type

Parameters

Name

Description

value

lvalue whose type is mapped to an index tag

Created with MrDocs