YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ystdex::const_deref_op< _type > 模板结构体 参考

const 引用仿函数。 更多...

#include <functional.hpp>

Public 成员函数

const _type * operator() (const _type &_x) const
 对指定 const 对象使用 operator& 并返回结果。
 

详细描述

template<typename _type>
struct ystdex::const_deref_op< _type >

const 引用仿函数。

在文件 functional.hpp382 行定义.

成员函数说明

template<typename _type >
const _type* ystdex::const_deref_op< _type >::operator() ( const _type &  _x) const
inline

对指定 const 对象使用 operator& 并返回结果。

在文件 functional.hpp388 行定义.


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