YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
判断迭代器实例是否为可解引用。 更多...
函数 | |
bool | ystdex::is_undereferenceable (const ifile_iterator &i) |
判断 ifile_iterator 实例是否确定为不可解引用。 | |
template<typename _tIterator > | |
bool | ystdex::is_undereferenceable (const _tIterator &) |
template<typename _type > | |
bool | ystdex::is_undereferenceable (_type *p) |
判断迭代器实例是否为可解引用。
_tIterator | 迭代器类型。 |
false
不表示参数实际可解引用。 bool
类型判断是否为 false 。
|
inline |
在文件 memory.hpp 第 47 行定义.
|
inline |
在文件 memory.hpp 第 53 行定义.
|
inline |