stlsoft/algorithms/deprecated.hpp File Reference


Detailed Description

[C++ only] Deprecated algorithms (Algorithms Library).

#include <stlsoft/stlsoft.h>
#include <stlsoft/algorithms/unordered.hpp>
#include <stlsoft/algorithms/std/ext.hpp>
#include <stlsoft/algorithms/std/alt.hpp>

Go to the source code of this file.

Namespaces

namespace  stlsoft

Functions

template<typename I, typename P>
size_t for_each_count_success (I first, I last, P pred)
 Counts the number of items in the sequence which the predicate is true.
template<typename I, typename V>
V const & for_each_set_value (I begin, I end, V const &value)
 Sets the value of all items in the sequence.
template<typename O, typename V, typename P>
V const & for_each_set_value_if (O begin, O end, V const &value, P pred)
 Sets the value of all items in the sequence.


Generated on Thu Jun 10 08:58:01 2010 for STLSoft by  doxygen 1.5.6