Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following samples demonstrate the use of the Standard Template Library, a subset of the Standard C++ Library.
accumulate, copy and vector::push_back
adjacent_difference and vector::push_back
adjacent_find (predicate version)
basic_string::size and basic_string::resize
deque::operator[] and deque::at
deque::operator== and deque::operator<
deque::push_back and deque::pop_back
deque::push_front and deque::pop_front
inplace_merge (predicate version)
lower_bound (predicate version)
map::insert, map::find, and map::end
map::max_size, map::clear, map::erase, and map::size
max_element (predicate version)
Members of the numeric_limits Class
min_element (predicate version)
next_permutation (predicate version)
nth_element (predicate version)
partial_sort (predicate version)
partial_sort_copy (predicate version)
random_shuffle (predicate version)
set::key_comp and set::value_comp
set::lower_bound, set::upper_bound, and set::equal_range
set::swap, set::begin, and set::end
upper_bound (predicate version)
vector::empty, vector::erase, and vector::push_back
vector::front and vector::back
vector::push_back and vector::pop_back
vector::size and vector::capacity