template <typename T>
rll::c_ptr concept

Raw pointer concept.

Template parameters
T Type to check.

Will yield true for any type that is a raw pointer and not a reference.

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