Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54914 - trunk/libs/unordered/doc
From: daniel_james_at_[hidden]
Date: 2009-07-12 14:03:36


Author: danieljames
Date: 2009-07-12 14:03:35 EDT (Sun, 12 Jul 2009)
New Revision: 54914
URL: http://svn.boost.org/trac/boost/changeset/54914

Log:
Add constructors to the methods for controlling bucket size in unordered containers.
Text files modified:
   trunk/libs/unordered/doc/buckets.qbk | 9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Modified: trunk/libs/unordered/doc/buckets.qbk
==============================================================================
--- trunk/libs/unordered/doc/buckets.qbk (original)
+++ trunk/libs/unordered/doc/buckets.qbk 2009-07-12 14:03:35 EDT (Sun, 12 Jul 2009)
@@ -116,6 +116,15 @@
     [[Method] [Description]]
 
     [
+ [`X(size_type n)`]
+ [Construct an empty container with at least `n` buckets (`X` is the container type).]
+ ]
+ [
+ [`X(InputIterator i, InputIterator j, size_type n)`]
+ [Construct an empty container with at least `n` buckets and insert elements
+ from the range \[`i`, `j`) (`X` is the container type).]
+ ]
+ [
         [`float load_factor() const`]
         [The average number of elements per bucket.]
     ]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk