25.STL Algorithms Non modifying sequence operations | ||
25.1.adjacent_find( 4 ) | 25.8.find( 15 ) | |
25.2.copy( 15 ) | 25.9.find_end( 2 ) | |
25.3.copy_backward( 4 ) | 25.10.find_first_of( 2 ) | |
25.4.count( 5 ) | 25.11.for_each( 9 ) | |
25.5.count_if( 2 ) | 25.12.mismatch( 5 ) | |
25.6.equal( 3 ) | 25.13.search( 2 ) | |
25.7.find if( 7 ) | 25.14.search_n( 3 ) |