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* tag);
reference obtained by dereferencing obj
| Name | Description |
|---|---|
| obj | pointer-like object to dereference |
| tag | tag indicating the object has pointer semantics |