Mir
|
#include "forward.h"
#include "point.h"
#include "size.h"
#include "displacement.h"
#include <ostream>
Go to the source code of this file.
Classes | |
struct | mir::geometry::generic::Rectangle< T > |
Namespaces | |
mir | |
mir::geometry | |
Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support. | |
mir::geometry::generic | |
Functions | |
template<typename T > | |
Rectangle< T > | mir::geometry::generic::intersection_of (Rectangle< T > const &a, Rectangle< T > const &b) |
template<typename T > | |
constexpr bool | mir::geometry::generic::operator== (Rectangle< T > const &lhs, Rectangle< T > const &rhs) |
template<typename T > | |
constexpr bool | mir::geometry::generic::operator!= (Rectangle< T > const &lhs, Rectangle< T > const &rhs) |
template<typename T > | |
std::ostream & | mir::geometry::generic::operator<< (std::ostream &out, Rectangle< T > const &value) |
Copyright © 2012-2022
Canonical Ltd.
Generated on Tue Sep 13 03:20:30 UTC 2022
This documentation is licensed under the GPL version 2 or 3.