ΒΆtemplate <class T>
inline constexpr T* addressof(T& arg) noexcept

Description

Returns the address of an object, regardless of whether a class type overrides `operator & `. This is like [`std::addressof`](https://en.cppreference.com/w/cpp/memory/addressof), without pulling in all of the ` <memory >` header. It also supports Obj-C ARC pointers.

Declared at: sus/mem/addressof.h:29

Templates

T

Parameters

T& arg