mirror of https://github.com/CGAL/cgal
polish Profiling Tools ...
This commit is contained in:
parent
c0a82ae2d5
commit
008ba8a171
|
|
@ -99,13 +99,13 @@ containing `x` and returns a handle to it.
|
|||
handle make_set(const T& x);
|
||||
|
||||
/*!
|
||||
same as `make_set(x)`.
|
||||
same as `make_set()`.
|
||||
*/
|
||||
handle push_back(const T& x) ;
|
||||
|
||||
/*!
|
||||
inserts the range of values referenced by `[first,beyond)`.
|
||||
\cgalRequires value type of `Forward_iterator` is `T`.
|
||||
\tparam Forward_iterator must be a forward iterator with value type `T`.
|
||||
*/
|
||||
template <class Forward_iterator> void
|
||||
insert(Forward_iterator first, Forward_iterator beyond) ;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ rehashing when set to the number of expected elements in the map.
|
|||
The design is derived from the \stl `hash_map` and the \leda type
|
||||
`map`. Its specialization on insertion only and unique hash values
|
||||
allow for a more time- and space-efficient implementation, see also
|
||||
[\cite mn-lpcgc-00 Chapter 5. This implementation makes also use
|
||||
\cite mn-lpcgc-00, Chapter 5. This implementation makes also use
|
||||
of sentinels that lead to defined keys that have not been inserted.
|
||||
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue