BloombergLP::bdlf::MemFn_Dereference::derefImp

Return a reference to the specified obj when it does not have pointer semantics.

Synopsis

Declared in <bdlf_memfn.h>

static
OBJTYPE&
derefImp(
    OBJTYPE& obj,
    bsl::false_type* tag);

Return Value

reference to obj

Parameters

NameDescription
objobject to return by reference
tagtag indicating the object does not have pointer semantics