Flutter Engine
The Flutter Engine
|
#include <range.h>
Public Member Functions | |
constexpr | Range () |
constexpr | Range (size_t p_offset, size_t p_length) |
constexpr bool | operator== (const Range &o) const |
Public Attributes | |
size_t | offset = 0 |
size_t | length = 0 |
|
inlineconstexpr |
|
inlineconstexpr |