Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
associated_allocator::decltype (1 of 2 overloads)

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

static static decltype(
    auto ) const;

PrevUpHomeNext