Go to the documentation of this file.
33 #include <boost/foreach.hpp>
48 using std::find_first_of;
52 using std::remove_copy;
53 using std::remove_copy_if;
57 using std::replace_copy;
58 using std::replace_copy_if;
59 using std::replace_if;
63 using std::accumulate;
65 using std::stable_sort;
67 using std::binary_search;
68 using std::adjacent_find;
70 using std::equal_range;
71 using std::lower_bound;
72 using std::upper_bound;