Standard C++ Library User Guide and Tutorial

_
};
} // End of my_namespace
The advantages of adapting existing containers are numerous. For instance, you get to reuse the implementation and reuse
the specifications of the container that you're adapting.