Mantid
|
#include <boost/optional.hpp>
#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, boost::optional< OptionalValueType > const &value) |
Simple prints the address of the optional object. More... | |