lxgui
Public Attributes | List of all members
lxgui::gui::code_point_range Struct Reference

Represents a contiguous range of unicode code points. More...

#include <gui_code_point_range.hpp>

Public Attributes

char32_t first = 0u
 
char32_t last = 0u
 

Detailed Description

Represents a contiguous range of unicode code points.

Definition at line 9 of file gui_code_point_range.hpp.

Member Data Documentation

◆ first

char32_t lxgui::gui::code_point_range::first = 0u

Definition at line 10 of file gui_code_point_range.hpp.

◆ last

char32_t lxgui::gui::code_point_range::last = 0u

Definition at line 11 of file gui_code_point_range.hpp.


The documentation for this struct was generated from the following file: