#include <istream>
#include <ostream>
#include "boost/none.hpp"
#include "boost/optional/optional.hpp"
Go to the source code of this file.
|
| | boost |
| | BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
|
| |
|
| template<class CharType , class CharTrait > |
| std::basic_ostream< CharType, CharTrait > & | boost::operator<< (std::basic_ostream< CharType, CharTrait > &out, none_t) |
| |
| template<class CharType , class CharTrait , class T > |
| std::basic_ostream< CharType, CharTrait > & | boost::operator<< (std::basic_ostream< CharType, CharTrait > &out, optional< T > const &v) |
| |
| template<class CharType , class CharTrait , class T > |
| std::basic_istream< CharType, CharTrait > & | boost::operator>> (std::basic_istream< CharType, CharTrait > &in, optional< T > &v) |
| |