libstdc++
__gnu_debug::_Safe_vector< _SafeSequence, _BaseSequence > Class Template Reference

Protected Member Functions

 _Safe_vector (const _Safe_vector &) noexcept
 
 _Safe_vector (size_type __n) noexcept
 
 _Safe_vector (_Safe_vector &&__x) noexcept
 
bool _M_requires_reallocation (size_type __elements) const noexcept
 
void _M_update_guaranteed_capacity () noexcept
 
_Safe_vectoroperator= (const _Safe_vector &) noexcept
 
_Safe_vectoroperator= (_Safe_vector &&__x) noexcept
 

Protected Attributes

size_type _M_guaranteed_capacity
 

Detailed Description

template<typename _SafeSequence, typename _BaseSequence>
class __gnu_debug::_Safe_vector< _SafeSequence, _BaseSequence >

Special vector safe base class to add a guaranteed capacity information useful to detect code relying on the libstdc++ reallocation management implementation detail.

Definition at line 45 of file debug/vector.


The documentation for this class was generated from the following file: