#include <rll/concepts/ptr.h>
template <typename T>
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::
and smart pointers.