DOKK / manpages / debian 12 / libstdc++-11-doc / __gnu_pbds::detail::rebind_traits.3cxx.en
__gnu_pbds::detail::rebind_traits< _Alloc, T >(3cxx) __gnu_pbds::detail::rebind_traits< _Alloc, T >(3cxx)

__gnu_pbds::detail::rebind_traits< _Alloc, T > - Consistent API for accessing allocator-related types.

#include <types_traits.hpp>

Inherits std::allocator_traits< _Alloc >::template rebind_traits.


using const_reference = const T &
using reference = T &

struct __gnu_pbds::detail::rebind_traits< _Alloc, T >"Consistent API for accessing allocator-related types.

Definition at line 137 of file types_traits.hpp.

template<typename _Alloc , typename T > using __gnu_pbds::detail::rebind_traits< _Alloc, T >::const_reference = const T&

Definition at line 142 of file types_traits.hpp.

template<typename _Alloc , typename T > using __gnu_pbds::detail::rebind_traits< _Alloc, T >::reference = T&

Definition at line 141 of file types_traits.hpp.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++