32.STL Algorithms Helper | ||
32.1.divides( 1 ) | 32.10.inner_product( 3 ) | |
32.2.negate( 1 ) | 32.11.make_pair( 1 ) | |
32.3.accumulate( 5 ) | 32.12.multiply( 2 ) | |
32.4.adjacent_difference( 4 ) | 32.13.next_permutation( 5 ) | |
32.5.back_inserter( 2 ) | 32.14.prev_permutation( 3 ) | |
32.6.bind2nd( 6 ) | 32.15.numeric_limits( 4 ) | |
32.7.distance( 2 ) | 32.16.partial_sum( 3 ) | |
32.8.gslice( 1 ) | 32.17.not1( 3 ) | |
32.9.slice( 1 ) |