#include <size.h>
|
constexpr | Size () noexcept |
|
constexpr | Size (Size const &) noexcept=default |
|
Size & | operator= (Size const &) noexcept=default |
|
template<typename WidthType , typename HeightType > |
constexpr | Size (WidthType &&width, HeightType &&height) noexcept |
|
◆ Size() [1/3]
constexpr mir::geometry::Size::Size |
( |
| ) |
|
|
inlinenoexcept |
◆ Size() [2/3]
constexpr mir::geometry::Size::Size |
( |
Size const & |
| ) |
|
|
defaultnoexcept |
◆ Size() [3/3]
template<typename WidthType , typename HeightType >
constexpr mir::geometry::Size::Size |
( |
WidthType && |
width, |
|
|
HeightType && |
height |
|
) |
| |
|
inlinenoexcept |
◆ operator=()
Size& mir::geometry::Size::operator= |
( |
Size const & |
| ) |
|
|
defaultnoexcept |
◆ height
Height mir::geometry::Size::height |
◆ width
Width mir::geometry::Size::width |
The documentation for this struct was generated from the following file:
- include/core/mir/geometry/size.h
Copyright © 2012-2019
Canonical Ltd.
Generated on Fri Feb 1 22:50:25 UTC 2019
This documentation is licensed under the GPL version 2 or 3.