VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::Traits::Callable< T, typename > 模板结构体 参考

Detects whether type T is callable with no arguments. 更多...

#include <traits.h>

类 vlink::Traits::Callable< T, typename > 继承关系图:
vlink::Traits::Callable< T, typename > 的协作图:

详细描述

template<typename T, typename = void>
struct vlink::Traits::Callable< T, typename >

Detects whether type T is callable with no arguments.

Inherits from std::true_type when T can be called as t() (i.e., a function pointer, lambda, functor, or std::function).

模板参数
TThe type to test.

该结构体的文档由以下文件生成: