Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

__gnu_pbds::detail::rebind_traits.3cxx

Author

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

                                                    libstdc+__gnu_pbds::detail::rebind_traits<_Alloc,T>(3cxx)

Detailed Description

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

Name

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

Synopsis

       #include <types_traits.hpp>

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

   PublicTypes
       using const_reference = const T &
       using reference = T &

See Also