Return a reference to the specified obj.

Synopses

Declared in <bdlf_memfn.h>

Return a reference to the specified obj.

template<class TYPE>
static
OBJTYPE&
deref(TYPE& obj);

Return a reference to the specified obj.

template<class TYPE>
static
OBJTYPE&
deref(TYPE const& obj);

Return Value

reference to OBJTYPE obtained from obj

Parameters

Name

Description

obj

object or pointer‐like value to convert to a reference

Created with MrDocs