c++ std::find函数
摘要:template <class InputIterator, class T>InputIterator find (InputIterator first,InputIterator last, const T& val); first,last 分别指向一个序列中初始及末尾位置的输入迭代器。这
阅读全文
posted @ 2017-04-24 22:16
posted @ 2017-04-24 22:16
posted @ 2017-04-24 22:11