Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
optional_ref.hpp File Reference
#include <optional>
#include <memory>
#include <compare>
Include dependency graph for optional_ref.hpp:

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...