VCTR
Loading...
Searching...
No Matches
vctr::is::pointer Concept Reference

Constrains a type to be a pointer of a reference to a pointer. More...

Concept definition

template<class T>
concept vctr::is::pointer = std::is_pointer_v<std::remove_cvref_t<T>>
Constrains a type to be a pointer of a reference to a pointer.
Definition: GenericConcepts.h:92

Detailed Description

Constrains a type to be a pointer of a reference to a pointer.