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