由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C++ STL set.find()
相关主题
一个STL的问题问一道(大)数据 algorithm (转载)
auto_ptr, algorithm 混用问题,大侠们救我。头疼死了!good C++ open source project?
underlying sort algorithm for SET in STL?How to compile with ddd?
大家讨论一下C++模板吧 (转载)一个C#使用C++.NET类库的问题
真心求助 .net c# 算法,数据结构书,网站菜鸟读C++ STL源程序的疑问
an interview questionQuestion on C++ Access Control (protected)
A STL sorting algorithm problemHow to sort a map in C++ STL based on Value, instead of Key
Efficient algorithms for finding number, help pleasedon't understand this list (C++ STL)
相关话题的讨论汇总
话题: c++话题: stl话题: find
进入Programming版参与讨论
1 (共1页)
i*****s
发帖数: 438
1
why does set has a find()member function (rather than using the find()
algorithm)? Thanks.
t****t
发帖数: 6806
2
because std::set::find is more specialized than std::find, and is much
faster.

【在 i*****s 的大作中提到】
: why does set has a find()member function (rather than using the find()
: algorithm)? Thanks.

i*****s
发帖数: 438
3

I see, thanks.

【在 t****t 的大作中提到】
: because std::set::find is more specialized than std::find, and is much
: faster.

1 (共1页)
进入Programming版参与讨论
相关主题
don't understand this list (C++ STL)真心求助 .net c# 算法,数据结构书,网站
C++ 进阶问题an interview question
用STL map的时候怎么自己定义大小比较的关系A STL sorting algorithm problem
大家学习STL都是看SGI的文档么?Efficient algorithms for finding number, help please
一个STL的问题问一道(大)数据 algorithm (转载)
auto_ptr, algorithm 混用问题,大侠们救我。头疼死了!good C++ open source project?
underlying sort algorithm for SET in STL?How to compile with ddd?
大家讨论一下C++模板吧 (转载)一个C#使用C++.NET类库的问题
相关话题的讨论汇总
话题: c++话题: stl话题: find