#include <glt/config.h>
#include <vector>
#include <iosfwd>
#include <string>
Include dependency graph for stlutil.h:

Go to the source code of this file.
Functions | |
| template<class T, class A> void | shrink (std::vector< T, A > &v) |
| Shrink std::vector memory buffer to size of contents. | |
| template<class T, class A> std::ostream & | print (std::ostream &os, const std::vector< T, A > &v, const std::string &delim=",") |
| Print std::vector contents to stream. | |
Definition in file stlutil.h.
1.2.18