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