Provided by: libstdc++-10-doc_10.5.0-1ubuntu1~22.04.2_all 

__gnu_debug::_Safe_con...IsCxx11AllocatorAware >(3cxx) __gnu_debug::_Safe_con...IsCxx11AllocatorAware >(3cxx)
NAME
__gnu_debug::_Safe_container< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware > - Safe class dealing with some allocator dependent operations.
SYNOPSIS
Inherits _SafeBase< _SafeContainer >. Public Member Functions void _M_swap (_Safe_container &__x) noexcept _Safe_container & operator= (_Safe_container &&__x) noexcept _Safe_container & operator= (const _Safe_container &) noexcept Protected Member Functions _Safe_container (_Safe_container &&)=default _Safe_container (_Safe_container &&__x, const _Alloc &__a) _Safe_container (const _Safe_container &)=default _Safe_container & _M_safe () noexcept
Detailed Description
template<typename _SafeContainer, typename _Alloc, template< typename > class _SafeBase, bool _IsCxx11AllocatorAware = true> class __gnu_debug::_Safe_container< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware >" Safe class dealing with some allocator dependent operations.
Author
Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Apr 2__gnu_debug::_Safe_con...IsCxx11AllocatorAware >(3cxx)