Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <optional>
#include <ext/ostream>
Go to the source code of this file.
Namespaces | |
namespace | ext |
Functions | |
template<class T > | |
ext::ostream & | ext::operator<< (ext::ostream &out, const std::optional< T > &optional) |
Operator to print the optional to the output stream. More... | |