jaulib v1.5.0
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 103 of file type_concepts.hpp.