libstdc++
|
#include <vector>
Protected Member Functions | |
constexpr | _Safe_vector (_Safe_vector &&__x) noexcept |
constexpr | _Safe_vector (const _Safe_vector &) noexcept |
constexpr | _Safe_vector (size_type __n) noexcept |
bool | _M_requires_reallocation (size_type __elements) const noexcept |
constexpr void | _M_update_guaranteed_capacity () noexcept |
constexpr _Safe_vector & | operator= (_Safe_vector &&__x) noexcept |
constexpr _Safe_vector & | operator= (const _Safe_vector &) noexcept |
Protected Attributes | |
size_type | _M_guaranteed_capacity |
Base class for Debug Mode vector.
Adds information about the guaranteed capacity, which is useful for detecting code which relies on non-portable implementation details of the libstdc++ reallocation policy.
Definition at line 54 of file debug/vector.
|
inlineconstexprprotectednoexcept |
Definition at line 64 of file debug/vector.
|
inlineconstexprprotectednoexcept |
Definition at line 69 of file debug/vector.
|
inlineconstexprprotectednoexcept |
Definition at line 74 of file debug/vector.
|
inlineconstexprprotectednoexcept |
Definition at line 88 of file debug/vector.
|
inlineprotectednoexcept |
Definition at line 105 of file debug/vector.
|
inlineconstexprprotectednoexcept |
Definition at line 110 of file debug/vector.
|
inlineconstexprprotectednoexcept |
Definition at line 94 of file debug/vector.
|
inlineconstexprprotectednoexcept |
Definition at line 80 of file debug/vector.
|
protected |
Definition at line 102 of file debug/vector.