Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
optional.hpp File Reference
#include <optional>
#include <ext/ostream>
Include dependency graph for optional.hpp:

Go to the source code of this file.

Namespaces

namespace  ext
 

Functions

template<class T >
ext::ostreamext::operator<< (ext::ostream &out, const std::optional< T > &optional)
 Operator to print the optional to the output stream. More...