#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]
| mir::geometry::Size::Size |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ Size() [2/3]
| mir::geometry::Size::Size |
( |
Size const & | | ) |
|
|
constexprdefaultnoexcept |
◆ Size() [3/3]
template<typename WidthType, typename HeightType>
| mir::geometry::Size::Size |
( |
WidthType && | width, |
|
|
HeightType && | height ) |
|
inlineconstexprnoexcept |
◆ 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-2026
Canonical Ltd.
Generated on Sun Mar 15 20:28:55 UTC 2026
This documentation is licensed under the GPL version 2 or 3.