template <typename T>
rll::ptr concept

Pointer concept.

Template parameters
T Type to check.

Will yield true for any type that is a pointer or reference.

Note that this concept will be evaluated to false for function pointers, std::nullptr_t and smart pointers.