Dereference the specified obj when it has pointer semantics.
Synopsis
Declared in <bdlf_memfn.h>
template<class TYPE>
static
OBJTYPE&
derefImp(
TYPE const& obj,
bsl::true_type*);
Created with MrDocs
Dereference the specified obj when it has pointer semantics.
Declared in <bdlf_memfn.h>
template<class TYPE>
static
OBJTYPE&
derefImp(
TYPE const& obj,
bsl::true_type*);
Created with MrDocs