|
Boost.UI
User Interface Boost library
|
Coordinates I/O. More...
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. | |
Coordinates I/O.