Boost.UI
User Interface Boost library
Namespaces | Functions
coord_io.hpp File Reference

Coordinates I/O. More...

Include dependency graph for coord_io.hpp:

Go to the source code of this file.

Namespaces

 boost
 Boost C++ libraries namespace.
 
 boost::ui
 Boost.UI library namespace.
 

Functions

template<class T , class CharT , class Traits >
std::basic_ostream< CharT, Traits > & boost::ui::operator<< (std::basic_ostream< CharT, Traits > &os, const basic_size< T > &p)
 Writes basic_size into basic_size stream.
 
template<class T , class CharT , class Traits >
std::basic_ostream< CharT, Traits > & boost::ui::operator<< (std::basic_ostream< CharT, Traits > &os, const basic_point< T > &p)
 Writes basic_point into the stream.
 
template<class T , class CharT , class Traits >
std::basic_ostream< CharT, Traits > & boost::ui::operator<< (std::basic_ostream< CharT, Traits > &os, const basic_rect< T > &r)
 Writes basic_rect into the stream.
 

Detailed Description

Coordinates I/O.