asio C++ library

PrevUpHomeNext

associated_allocator::decltype

If T has a nested type allocator_type, returns t.get_allocator(). Otherwise returns type().

static static decltype(
    auto ) const;
  » more...

If T has a nested type allocator_type, returns t.get_allocator(). Otherwise returns a.

static static decltype(
    auto ) const;
  » more...

PrevUpHomeNext