#include <MRViewportId.h>
Public Member Functions | |
| ViewportId () noexcept=default | |
| constexpr | ViewportId (unsigned i) noexcept |
| constexpr unsigned | value () const |
| bool | valid () const |
| operator bool () const | |
| bool | operator== (ViewportId b) const |
| bool | operator!= (ViewportId b) const |
| bool | operator< (ViewportId b) const |
| ViewportId | next () const |
| ViewportId | prev () const |
stores unique identifier of a viewport, which is power of two; id=0 has a special meaning of default viewport in some contexts
|
defaultnoexcept |
|
inlineexplicitconstexprnoexcept |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineconstexpr |