Subject: [Boost-users] Question on unordered_map
From: Arun Raghavan (bananasing_at_[hidden])
Date: 2009-10-15 10:34:05


Hi, Do the underlying hashtable implementations of unordered_map/multimap store a size field (i.e. do they support a constant-time size function)? Same query about the load factor and bucket sizes. thanks. -b