forked from boostorg/unordered
Update docs about relaxed Allocator requirements
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
[#concurrent_flat_map]
|
[#concurrent_flat_map]
|
||||||
== Class Template concurrent_flat_map
|
== Class Template concurrent_flat_map
|
||||||
|
|
||||||
:idprefix: concurrent_flat_map_
|
:idprefix: concurrent_flat_map_
|
||||||
@ -316,8 +316,7 @@ https://en.cppreference.com/w/cpp/named_req/Erasable[Erasable^] from the table.
|
|||||||
|
|
||||||
|_Allocator_
|
|_Allocator_
|
||||||
|An allocator whose value type is the same as the table's value type.
|
|An allocator whose value type is the same as the table's value type.
|
||||||
`std::allocator_traits<Allocator>::pointer` and `std::allocator_traits<Allocator>::const_pointer`
|
Allocators using https://en.cppreference.com/w/cpp/named_req/Allocator#Fancy_pointers[fancy pointers] are supported.
|
||||||
must be convertible to/from `value_type*` and `const value_type*`, respectively.
|
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
@ -312,8 +312,7 @@ https://en.cppreference.com/w/cpp/named_req/Erasable[Erasable^] from the contain
|
|||||||
|
|
||||||
|_Allocator_
|
|_Allocator_
|
||||||
|An allocator whose value type is the same as the container's value type.
|
|An allocator whose value type is the same as the container's value type.
|
||||||
`std::allocator_traits<Allocator>::pointer` and `std::allocator_traits<Allocator>::const_pointer`
|
Allocators using https://en.cppreference.com/w/cpp/named_req/Allocator#Fancy_pointers[fancy pointers] are supported.
|
||||||
must be convertible to/from `value_type*` and `const value_type*`, respectively.
|
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
@ -261,8 +261,7 @@ and https://en.cppreference.com/w/cpp/named_req/Erasable[Erasable^] from the con
|
|||||||
|
|
||||||
|_Allocator_
|
|_Allocator_
|
||||||
|An allocator whose value type is the same as the container's value type.
|
|An allocator whose value type is the same as the container's value type.
|
||||||
`std::allocator_traits<Allocator>::pointer` and `std::allocator_traits<Allocator>::const_pointer`
|
Allocators using https://en.cppreference.com/w/cpp/named_req/Allocator#Fancy_pointers[fancy pointers] are supported.
|
||||||
must be convertible to/from `value_type*` and `const value_type*`, respectively.
|
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
@ -314,8 +314,7 @@ https://en.cppreference.com/w/cpp/named_req/Erasable[Erasable^] from the contain
|
|||||||
|
|
||||||
|_Allocator_
|
|_Allocator_
|
||||||
|An allocator whose value type is the same as the container's value type.
|
|An allocator whose value type is the same as the container's value type.
|
||||||
`std::allocator_traits<Allocator>::pointer` and `std::allocator_traits<Allocator>::const_pointer`
|
Allocators using https://en.cppreference.com/w/cpp/named_req/Allocator#Fancy_pointers[fancy pointers] are supported.
|
||||||
must be convertible to/from `value_type*` and `const value_type*`, respectively.
|
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
@ -264,8 +264,7 @@ namespace boost {
|
|||||||
|
|
||||||
|_Allocator_
|
|_Allocator_
|
||||||
|An allocator whose value type is the same as the container's value type.
|
|An allocator whose value type is the same as the container's value type.
|
||||||
`std::allocator_traits<Allocator>::pointer` and `std::allocator_traits<Allocator>::const_pointer`
|
Allocators using https://en.cppreference.com/w/cpp/named_req/Allocator#Fancy_pointers[fancy pointers] are supported.
|
||||||
must be convertible to/from `value_type*` and `const value_type*`, respectively.
|
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user