...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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 . . .