Module btl.vector.flat_map
Implementation of associative container that supports unique keys FlatMap
(similar to c++ boost::flat_map
).
Structs
Name | Description |
---|---|
FlatMap
|
Manifest constants
Name | Type | Description |
---|---|---|
isFlatMap
|
True if T is a Vector or implicitly converts to one, otherwise false.
|
Aliases
Name | Type | Description |
---|---|---|
DefaultAllocator
|
std
|
Default allcoator for Vector .
|
Forward
|
Forward
|
Type used in forward constructors. |