forked from boostorg/unordered
Remove extraneous information from TypePolicy's construct, destroy docs
This commit is contained in:
@ -1173,10 +1173,7 @@ union uninitialized_storage
|
|||||||
*
|
*
|
||||||
* - TypePolicy::construct and TypePolicy::destroy are used for the
|
* - TypePolicy::construct and TypePolicy::destroy are used for the
|
||||||
* construction and destruction of the internal types: value_type, init_type
|
* construction and destruction of the internal types: value_type, init_type
|
||||||
* and element_type. For flat containers, these are often all synonyms for
|
* and element_type.
|
||||||
* each other but for the node-based map, each one is a distinct type. These
|
|
||||||
* are used for allocator-aware construction and destruction of the types
|
|
||||||
* during insertion.
|
|
||||||
*
|
*
|
||||||
* - TypePolicy::move is used to provide move semantics for the internal
|
* - TypePolicy::move is used to provide move semantics for the internal
|
||||||
* types used by the container during rehashing and emplace. These types
|
* types used by the container during rehashing and emplace. These types
|
||||||
|
Reference in New Issue
Block a user