|
|
There are some common data structures whose names are not reflected in any of the C++ Standard Components names, but which are indeed in Standard Components, or may be implemented directly from Standard Components. In particular:
A related question might be, where are the alternate implementations of a given component? That is, many of the components could be implemented using a variety of different data structures. However the philosophy behind C++ Standard Components has been to stick with one implementation for each component instead of providing variants; see The Design of C++ Standard Components Chapter for a more detailed discussion of this.