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

Name

Description

obj

object to return by reference

tag

tag indicating the object does not have pointer semantics

Created with MrDocs