|
YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
函数 | |
| template<class _tCon , typename _tKey > | |
| bool | exists (const _tCon &con, const _tKey &key, decltype(std::declval< _tCon >().count())=1U) |
| template<class _tCon , typename _tKey > | |
| bool | exists (const _tCon &con, const _tKey &key,...) |
| template<typename _tFwd1 , typename _tFwd2 , typename _fPred > | |
| bool | ends_with_iter_dispatch (_tFwd1 b, _tFwd1 e, _tFwd2 bt, _tFwd2 et, _fPred comp, std::bidirectional_iterator_tag) |
| bool ystdex::details::ends_with_iter_dispatch | ( | _tFwd1 | b, |
| _tFwd1 | e, | ||
| _tFwd2 | bt, | ||
| _tFwd2 | et, | ||
| _fPred | comp, | ||
| std::bidirectional_iterator_tag | |||
| ) |
在文件 string.hpp 第 107 行定义.
参考自 ystdex::ends_with().

| bool ystdex::details::exists | ( | const _tCon & | con, |
| const _tKey & | key, | ||
| decltype(std::declval< _tCon >().count()) | = 1U |
||
| ) |
| bool ystdex::details::exists | ( | const _tCon & | con, |
| const _tKey & | key, | ||
| ... | |||
| ) |
在文件 container.hpp 第 357 行定义.