Containers API Specification |
The containers library provides the following:
Library | Description |
---|---|
array | STL compliant container wrapper for arrays of constant size. |
dynamic_bitset | A runtime sized version of std::bitset. |
graph | Generic graph components and algorithms. |
multi_array | Multidimensional containers and adaptors for arrays of contiguous data. |
multi_index | Containers with multiple STL-compatible access interfaces. |
pointer_container | Containers for storing heap-allocated polymorphic objects to ease OO-programming. |
property map | Concepts defining interfaces which map key objects to value objects. |
variant | Safe, generic, stack-based discriminated union container. |