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