#include <ttx/size.h>
|
constexpr friend auto | tag_invoke (di::Tag< di::reflect >, di::InPlaceType< Size >) |
|
◆ as_window_size()
auto ttx::Size::as_window_size |
( |
| ) |
const -> dius::tty::WindowSize |
|
inline |
◆ cols_shrinked()
auto ttx::Size::cols_shrinked |
( |
u32 | c | ) |
const -> Size |
|
inline |
◆ from_window_size()
static auto ttx::Size::from_window_size |
( |
dius::tty::WindowSize const & | window_size | ) |
-> Size |
|
inlinestatic |
◆ operator<=>()
auto ttx::Size::operator<=> |
( |
Size const & | | ) |
const |
|
default |
◆ operator==()
auto ttx::Size::operator== |
( |
Size const & | | ) |
const -> bool=default |
|
default |
◆ rows_shrinked()
auto ttx::Size::rows_shrinked |
( |
u32 | r | ) |
const -> Size |
|
inline |
◆ tag_invoke
friend auto tag_invoke |
( |
di::Tag< di::reflect > | , |
|
|
di::InPlaceType< Size > | ) |
|
friend |
◆ cols
u32 ttx::Size::cols { 0 } |
◆ rows
u32 ttx::Size::rows { 0 } |
◆ xpixels
u32 ttx::Size::xpixels { 0 } |
◆ ypixels
u32 ttx::Size::ypixels { 0 } |
The documentation for this struct was generated from the following file: