carb::cpp::addressof

Defined in carb/cpp/Memory.h

template<typename T>
T const *carb::cpp::addressof(T const&&) = delete

Taking the address of a const rvalue is never correct.