template <typename T>
rll::ptr_like concept

Concept that is true if T is a pointer or smart pointer.

Template parameters
T Type to check.