logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__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