Boost.DynamicBitset

    • Boost.DynamicBitset
    • Reference
  • boost::dynamic_bitset::get_allocator
arrow_upward

boost::dynamic_bitset::get_allocator

Returns a copy of the allocator object used to construct *this.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

allocator_type
get_allocator() const;

Return Value

A copy of the said allocator.

Created with MrDocs