allocator_type

  typedef Allocator allocator_type;
  

The single template parameter of bitvector must be an allocator meeting the standard allocator requirements. This parameter defaults to std::allocator<bool>. Clients can refer to this type via the nested name: allocator_type.