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

检测类型是否可作为函数对象以给定参数调用(返回 void 或可转换为 void)。 More...

#include <sfinae.h>

Inheritance diagram for console::is_callable< F, class, Args >:

Detailed Description

template<class F, class = void, class... Args>
struct console::is_callable< F, class, Args >

检测类型是否可作为函数对象以给定参数调用(返回 void 或可转换为 void)。

Template Parameters
F待检测的类型。
Args调用参数类型包。

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