chsvlib
chsv helper source code

◆ address() [1/2]

const_pointer address ( const_reference  obj) const
noexcept

Returns an address of an object, passed, by reference, as a parameter.

Parameters
objis a reference to the object, which address is being returned.
Returns
Returns a pointer, which holds an address of the obj object.