|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A container that provides sequential access and modification. More...
#include <container.h>
A container that provides sequential access and modification.
Sequential container requirements.
Sequence containers support push_back, pop_back, and front/back access.
Example usage:
Definition at line 73 of file container.h.