Chemical Data Processing Library C++ API - Version 1.1.1
|
Utility functions for sequential processing. More...
#include "CDPL/Util/APIPrefix.hpp"
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Util | |
Contains general purpose algorithms, containers, functors and other classes. | |
Functions | |
template<typename InputIt1 , typename InputIt2 , typename BinaryFunc > | |
void | CDPL::Util::forEachPair (InputIt1 it1, InputIt1 end1, InputIt2 it2, BinaryFunc func) |
template<typename InputIt1 , typename InputIt2 , typename BinaryFunc > | |
void | CDPL::Util::forEachPair (InputIt1 it1, InputIt1 end1, InputIt2 it2, InputIt2 end2, BinaryFunc func) |
Utility functions for sequential processing.