Gamp v0.0.7-54-gccdc599
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
jau::req::pointer Concept Reference

Concept of type-trait std::is_pointer. More...

#include <type_concepts.hpp>

Concept definition

template<typename T>
concept jau::req::pointer = std::is_pointer_v<T>
Concept of type-trait std::is_pointer.

Detailed Description

Concept of type-trait std::is_pointer.

Definition at line 41 of file type_concepts.hpp.