DOKK / manpages / debian 11 / libstdc++-9-doc / std::uses_allocator.3cxx.en
std::uses_allocator< _Tp, _Alloc >(3cxx) std::uses_allocator< _Tp, _Alloc >(3cxx)

std::uses_allocator< _Tp, _Alloc > - Declare uses_allocator so it can be specialized in <queue> etc.

Inherits std::integral_constant< _Tp, __v >.


typedef integral_constant< _Tp, __v > type
typedef _Tp value_type


constexpr operator value_type () const noexcept
constexpr value_type operator() () const noexcept


static constexpr _Tp value

struct std::uses_allocator< _Tp, _Alloc >" Declare uses_allocator so it can be specialized in <queue> etc.

[allocator.uses.trait]

Definition at line 67 of file uses_allocator.h.

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

Sun Feb 7 2021 libstdc++