19 #ifndef MIR_GEOMETRY_SIZE_H_
20 #define MIR_GEOMETRY_SIZE_H_
36 template<
typename W
idthType,
typename HeightType>
53 std::ostream&
operator<<(std::ostream& out, Size
const& value);
All things Mir.
Definition: aging_buffer.h:24
Size & operator=(Size const &)=default
bool operator!=(Displacement const &lhs, Displacement const &rhs)
Definition: displacement.h:55
bool operator==(Displacement const &lhs, Displacement const &rhs)
Definition: displacement.h:50
std::ostream & operator<<(std::ostream &out, Displacement const &value)
Definition: ostream.cpp:29
Size(WidthType &&width, HeightType &&height)
Definition: size.h:37
Height height
Definition: size.h:40
Width width
Definition: size.h:39
Size()
Definition: size.h:32