kblib 0.2.3
General utilities library for modern C++
kblib::is_character< C > Struct Template Reference

Determine if the given type, ignoring const or reference qualifiers, is a character type. More...

#include <kblib/stringops.h>

Inheritance diagram for kblib::is_character< C >:
Collaboration diagram for kblib::is_character< C >:

Detailed Description

template<typename C>
struct kblib::is_character< C >

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.


The documentation for this struct was generated from the following file: