Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <compare>
#include <ext/ostream>
#include <extensions/range.hpp>
#include <extensions/clone.hpp>
#include <extensions/container/vector.hpp>
Go to the source code of this file.
Data Structures | |
class | ext::ptr_vector< T > |
Implementation of vector storing dynamicaly allocated instances of given type. The class mimicks the iterface of the standard library vector, but effectively allows polymorphic objects to be stored inside. More... | |
Namespaces | |
namespace | ext |
Functions | |
template<class T > | |
ext::ostream & | ext::operator<< (ext::ostream &out, const ext::ptr_vector< T > &ptr_vector) |
Operator to print the vector to the output stream. More... | |