Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 3c214fb9a8.
PrevUpHomeNext
array::erase

Erase elements from the container.

array::iterator
erase(
    array::const_iterator pos) noexcept;
  » more...

array::iterator
erase(
    array::const_iterator first,
    array::const_iterator last) noexcept;
  » more...

PrevUpHomeNext