#include "point_generic.h"
#include "size_generic.h"
#include "displacement_generic.h"
#include <ostream>
Go to the source code of this file.
|
template<typename R , typename std::enable_if< std::is_base_of< detail::RectangleBase, R >::value, bool >::type = true> |
R | mir::geometry::generic::intersection_of (R const &a, R const &b) |
|
template<typename P , typename S > |
constexpr bool | mir::geometry::generic::operator== (Rectangle< P, S > const &lhs, Rectangle< P, S > const &rhs) |
|
template<typename P , typename S > |
constexpr bool | mir::geometry::generic::operator!= (Rectangle< P, S > const &lhs, Rectangle< P, S > const &rhs) |
|
template<typename P , typename S > |
std::ostream & | mir::geometry::generic::operator<< (std::ostream &out, Rectangle< P, S > const &value) |
|
Copyright © 2012-2022
Canonical Ltd.
Generated on Tue May 24 14:35:34 UTC 2022
This documentation is licensed under the GPL version 2 or 3.