Console Library 4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
console::is_char< T, class > Struct Template Reference

检测类型是否为字符类型(char、wchar_t、char16_t、char32_t 等)。 More...

#include <sfinae.h>

Inheritance diagram for console::is_char< T, class >:

Detailed Description

template<class T, class = void>
struct console::is_char< T, class >

检测类型是否为字符类型(char、wchar_t、char16_t、char32_t 等)。

Template Parameters
T待检测的类型。

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