|
Mantid
|
#include <optional>#include <ostream>Go to the source code of this file.
Namespaces | |
| namespace | boost |
Functions | |
| template<class CharType , class CharTrait , class OptionalValueType > | |
| std::basic_ostream< CharType, CharTrait > & | boost::operator<< (std::basic_ostream< CharType, CharTrait > &os, std::optional< OptionalValueType > const &value) |
| Simple prints the address of the optional object. | |