|
|
constexpr | margins (margins const &) noexcept=default |
| |
|
constexpr | margins (margins &&) noexcept=default |
| |
|
constexpr margins & | operator= (margins const &) noexcept=default |
| |
|
constexpr margins & | operator= (margins &&) noexcept=default |
| |
|
constexpr | margins (float margin) noexcept |
| |
|
constexpr | margins (float left, float bottom, float right, float top) noexcept |
| |
|
constexpr | margins (f32x4 v) noexcept |
| |
|
constexpr | operator f32x4 () const noexcept |
| |
|
constexpr float const & | left () const noexcept |
| |
|
constexpr float & | left () noexcept |
| |
|
constexpr float const & | bottom () const noexcept |
| |
|
constexpr float & | bottom () noexcept |
| |
|
constexpr float const & | right () const noexcept |
| |
|
constexpr float & | right () noexcept |
| |
|
constexpr float const & | top () const noexcept |
| |
|
constexpr float & | top () noexcept |
| |
|
constexpr float | operator[] (std::size_t i) const noexcept |
| |
|
|
template<int I> |
| constexpr friend float | get (margins const &rhs) noexcept |
| |
|
constexpr friend margins | max (margins const &lhs, margins const &rhs) noexcept |
| |
|
constexpr friend bool | operator== (margins const &lhs, margins const &rhs) noexcept=default |
| |
The documentation for this class was generated from the following file: