kblib 0.2.3
General utilities library for modern C++
|
Determine if the given type, ignoring const or reference qualifiers, is a character type. More...
#include <kblib/stringops.h>
Determine if the given type, ignoring const or reference qualifiers, is a character type.
Standard character types include char, wchar_t, char16_t, char32_t, and, in C++20, char8_t.
Definition at line 62 of file stringops.h.