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 an older version of Boost and was released in 2023. The current version is 1.89.0.
|
Selection |
interval |
interval |
element |
element |
condition |
|---|---|---|---|---|---|
|
|
O(log n) |
O(log n) |
|||
|
|
O(log n) |
O(log n) |
O(log n) |
O(log n) |
|
|
|
O(log n) |
O(log n) |
|||
|
|
O(log n) |
O(log n) |
|||
|
|
O(log n) |
O(log n) |
|||
|
|
O(log n) |
||||
|
|
O(log n) |
O(log n) |
|
iterative_size().
operator()
is available for total maps only.
interval_type is also
the interval container's key_type
|
Selection |
Types |
Description |
|---|---|---|
|
|
Searches the container for the element |
|
|
|
Const version of |
|
|
|
For interval containers |
|
|
|
For interval containers |
|
|
|
For the key element |
|
|
|
Returns the mapped value for a key |
See also . . .
Back to section . . .