ref_as_ptr<T> Converts a reference type to a pointer type Signature ref_as_ptr<&T> -> *T Specifiers constexpr