jaulib v1.4.1-10-ga2c96e0
Jau Support Library (C++, Java, ..)
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 93 of file type_concepts.hpp.