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

基本等于操作检测。 更多...

#include <examiner.hpp>

类 ystdex::examiners::equal 继承关系图:

静态 Public 成员函数

template<typename _type1 , typename _type2 >
static bool are_equal (_type1 &&x, _type2 &&y, decltype(x==y)=false)
 

详细描述

基本等于操作检测。

自从
build 348

在文件 examiner.hpp47 行定义.

成员函数说明

template<typename _type1 , typename _type2 >
static bool ystdex::examiners::equal::are_equal ( _type1 &&  x,
_type2 &&  y,
decltype(x==y)  = false 
)
inlinestatic

在文件 examiner.hpp51 行定义.

参考自 YSLib::ValueHolder< _type >::operator==() , 以及 YSLib::PointerHolder< _type >::operator==().

这是这个函数的调用关系图:


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