Instigate Open Source Documentation

src/stl/_find_end.hpp File Reference

#include "concept.hpp"
#include "_search.hpp"
#include "_advance.hpp"
#include "_distance.hpp"

Go to the source code of this file.

Namespaces

namespace  instigate
namespace  instigate::stl
namespace  instigate::stl::implementation

Functions

template<typename F1, typename F2>
F1 instigate::stl::find_end (F1 b, F1 e, F2 f, F2 l)
 The first interface of the find_end algorithm.
template<typename F1, typename F2, typename BP>
F1 instigate::stl::find_end (F1 b, F1 e, F2 f, F2 l, BP p)
 The second interface of the find_end algorithm.
template<typename F1, typename F2>
F1 instigate::stl::implementation::find_end_aux (F1 b, F1 e, F2 f, F2 l, instigate::stl::forward_iterator::tag, instigate::stl::forward_iterator::tag)
template<typename B1, typename B2>
B1 instigate::stl::implementation::find_end_aux (B1 b, B1 e, B2 f, B2 l, instigate::stl::bidirectional_iterator::tag, instigate::stl::bidirectional_iterator::tag)
template<typename F1, typename F2, typename BP>
F1 instigate::stl::implementation::find_end_aux (F1 b, F1 e, F2 f, F2 l, BP p, instigate::stl::forward_iterator::tag, instigate::stl::forward_iterator::tag)
template<typename B1, typename B2, typename BP>
B1 instigate::stl::implementation::find_end_aux (B1 b, B1 e, B2 f, B2 l, BP p, instigate::stl::bidirectional_iterator::tag, instigate::stl::bidirectional_iterator::tag)
template<typename B1, typename B2, typename BP>
B1 instigate::stl::implementation::search_end (B1 b, B1 e, B2 f, B2 l, BP p)
template<typename I, typename V>
_find (I b, I e, const V &v)


Detailed Description

Copyright © 2008-2010 Instigate CJSC, Armenia

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Copyright © 1996-1999 Silicon Graphics Computer Systems, Inc.

Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Silicon Graphics makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.

Copyright © 1994 Hewlett-Packard Company

Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Hewlett-Packard makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.


Function Documentation

template<typename I, typename V>
I _find ( b,
e,
const V &  v 
) [inline]



© Instigate CJSC, Open Source