Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
jau::req::char_pointer Concept Reference

A char* More...

#include <type_concepts.hpp>

Concept definition

template<typename T>
concept jau::req::char_pointer = std::is_same_v<char*, base_pointer<T>>

Detailed Description

A char*

Definition at line 103 of file type_concepts.hpp.