mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m::character Concept Reference

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::character = std::same_as<T, char>
Check whether.
Definition: concepts.hpp:19

Detailed Description

Check whether.

Template Parameters
Tis a character of a character sequence. Note, that char is neither signed char nor unsigned char.

Definition at line 19 of file concepts.hpp.