|
dl
|
对容器任意元素的判断 更多...
函数 | |
| template<typename C, typename V> | |
| bool | Equal (const C &container, const V &v) |
| 判断容器任意元素等于某值 | |
| template<typename C> | |
| bool | Zero (const C &container) |
| template<typename C, typename F> | |
| bool | Yes (const C &container, F func) |
| 判断容器任意元素满足条件 | |
| template<typename C, typename V> | |
| bool | Less (const C &container, const V &v) |
| 判断容器任意元素小于某值 | |
对容器任意元素的判断
在文件 dl_range_any.h 第 36 行定义.