lxgui
include
lxgui
gui_code_point_range.hpp
1
#ifndef LXGUI_GUI_CODE_POINT_RANGE_HPP
2
#define LXGUI_GUI_CODE_POINT_RANGE_HPP
3
4
#include "lxgui/lxgui.hpp"
5
6
namespace
lxgui::gui
{
7
9
struct
code_point_range
{
10
char32_t
first
= 0u;
11
char32_t
last
= 0u;
12
};
13
14
}
// namespace lxgui::gui
15
16
#endif
lxgui::gui
Definition:
gui_addon_registry.cpp:20
lxgui::gui::code_point_range
Represents a contiguous range of unicode code points.
Definition:
gui_code_point_range.hpp:9
lxgui::gui::code_point_range::last
char32_t last
Definition:
gui_code_point_range.hpp:11
lxgui::gui::code_point_range::first
char32_t first
Definition:
gui_code_point_range.hpp:10
Generated on Sun Oct 8 2023 09:07:52 for lxgui by
1.9.1