Algorithms
Detailed DescriptionAll algorithms have been grouped by algorithm "families" in the To improve build times and minimize global dependency issues, it is recommended that you include only the algorithm family(ies) that you need for a given source/header file. STL algorithms which have been adapted to use models of ConvertibleToRange and ConvertibleToFunction for convenience. We have also added several new variants of algorithms. Currently there is not suppor for all variants for all algorithms but it is our intention to provide them. Specifically: - <code><em>algorithm</em>_n</code> - range is specified with an iterator, i, and an integral type, n, representing the range [i, i + n).
|