.TH "__gnu_debug::_Safe_vector< _SafeSequence, _BaseSequence >" 3cxx "Fri May 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_debug::_Safe_vector< _SafeSequence, _BaseSequence > \- Base class for Debug Mode vector\&. .SH SYNOPSIS .br .PP .SS "Protected Member Functions" .in +1c .ti -1c .RI "\fB_Safe_vector\fP (\fB_Safe_vector\fP &&__x) noexcept" .br .ti -1c .RI "\fB_Safe_vector\fP (const \fB_Safe_vector\fP &) noexcept" .br .ti -1c .RI "\fB_Safe_vector\fP (size_type __n) noexcept" .br .ti -1c .RI "bool \fB_M_requires_reallocation\fP (size_type __elements) const noexcept" .br .ti -1c .RI "void \fB_M_update_guaranteed_capacity\fP () noexcept" .br .ti -1c .RI "\fB_Safe_vector\fP & \fBoperator=\fP (\fB_Safe_vector\fP &&__x) noexcept" .br .ti -1c .RI "\fB_Safe_vector\fP & \fBoperator=\fP (const \fB_Safe_vector\fP &) noexcept" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "size_type \fB_M_guaranteed_capacity\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_debug::_Safe_vector< _SafeSequence, _BaseSequence >" 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\&. .PP Definition at line 55 of file debug/vector\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.