Go to the documentation of this file.
17 #ifndef MIR_GEOMETRY_FORWARD_H_
18 #define MIR_GEOMETRY_FORWARD_H_
41 template<
typename T,
typename Tag>
56 template<
typename T>
using Width = Value<T,
WidthTag>;
57 template<
typename T>
using Height = Value<T,
HeightTag>;
58 template<
typename T>
using X = Value<T,
XTag>;
59 template<
typename T>
using Y = Value<T,
YTag>;
60 template<
typename T>
using DeltaX = Value<T,
DeltaXTag>;
61 template<
typename T>
using DeltaY = Value<T,
DeltaYTag>;
83 using Displacement =
generic::Displacement<
int>;
84 using Rectangle =
generic::Rectangle<
int>;
88 using DisplacementF =
generic::Displacement<
float>;
89 using RectangleF =
generic::Rectangle<
int>;
Copyright © 2012-2022
Canonical Ltd.
Generated on Thu Sep 8 12:37:23 UTC 2022
This documentation is licensed under the GPL version 2 or 3.