Remove extraneous information from TypePolicy's construct, destroy docs

This commit is contained in:
Christian Mazakas
2023-03-06 09:48:26 -08:00
parent 1ae21c6d1a
commit e56cb4418c

View File

@ -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