Return a reference to the specified obj.
Declared in <bdlf_memfn.h>
template<class TYPE>
static
OBJTYPE&
deref(TYPE const& obj);
reference to OBJTYPE obtained from obj
| Name | Description |
|---|---|
| obj | object or pointer-like value to convert to a reference |