__gnu_pbds::detail::rebind_traits.3cxx
Contents
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 &
