Console Library
4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
console::has_subscript< T, Idx, class > Struct Template Reference
类型特征
检测类型是否支持下标操作符(如 T[Idx])。
More...
#include <
sfinae.h
>
Inheritance diagram for console::has_subscript< T, Idx, class >:
Detailed Description
template<class T, class Idx, class = void>
struct console::has_subscript< T, Idx, class >
检测类型是否支持下标操作符(如 T[Idx])。
Template Parameters
T
待检测的类型。
Idx
下标索引类型。
The documentation for this struct was generated from the following file:
console/
sfinae.h
console
has_subscript
Generated on
for Console Library by
1.16.1