Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
ptr_vector.hpp File Reference
#include <compare>
#include <ext/ostream>
#include <extensions/range.hpp>
#include <extensions/clone.hpp>
#include <extensions/container/vector.hpp>
Include dependency graph for ptr_vector.hpp:
This graph shows which files directly or indirectly include this file:

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::ostreamext::operator<< (ext::ostream &out, const ext::ptr_vector< T > &ptr_vector)
 Operator to print the vector to the output stream. More...