CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
Recursive< T > 模板结构体 参考
+ Recursive< T > 的协作图:

Public 成员函数

template<typename... Ts>
auto operator() (Ts &&... arguments) const
 
 Recursive (T &&func)
 

Private 属性

_func
 

详细描述

template<typename T>
struct Recursive< T >

在文件 Functional.h91 行定义.

构造及析构函数说明

◆ Recursive()

template<typename T >
Recursive< T >::Recursive ( T && func)
inlineexplicit

在文件 Functional.h93 行定义.

成员函数说明

◆ operator()()

template<typename T >
template<typename... Ts>
auto Recursive< T >::operator() ( Ts &&... arguments) const
inline

在文件 Functional.h96 行定义.

引用了 Recursive< T >::_func.

类成员变量说明

◆ _func

template<typename T >
T Recursive< T >::_func
private

在文件 Functional.h102 行定义.

被这些函数引用 Recursive< T >::operator()().


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