#include <vector>#include <algorithm>#include <utility>Go to the source code of this file.
Defines | |
| #define | _H_FACILITIES_UTILITY |
Functions | |
| template<classFwdIt, classUniPred, classBinPred> std::pair<FwdIt, FwdIt> | adjacent_find_if ( const FwdIt& first, const FwdIt& last, UniPred if_pred, BinPred adj_pred ) |
| template<classFwdIt, classUniPred, classBinPred> std::vector<FwdIt> | adjacent_find_multiple ( const FwdIt& first, const FwdIt& last, UniPred if_pred, BinPred adj_pred, unsigned N = 2 ) |
|
|
|
|
||||||||||
|
Definition at line 20 of file Utility.h. Referenced by adjacent_find_multiple(). |
|
||||||||||||
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000