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*);
Created with MrDocs
Return a reference to the specified obj when it does not have pointer semantics.
Declared in <bdlf_memfn.h>
static
OBJTYPE&
derefImp(
OBJTYPE& obj,
bsl::false_type*);
Created with MrDocs