|
| size (int32_t width_, int32_t height_) |
|
Definition at line 15 of file size.hpp.
◆ size()
bnb::interfaces::size::size |
( |
int32_t | width_, |
|
|
int32_t | height_ ) |
|
inline |
Definition at line 19 of file size.hpp.
21 : width(std::move(width_))
22 , height(std::move(height_))
23 {}
◆ height
int32_t bnb::interfaces::size::height |
◆ width
int32_t bnb::interfaces::size::width |
The documentation for this struct was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/types/bnb/types/interfaces/size.hpp