PostgreSQL Source Code git master
pg_category_range Struct Reference

#include <unicode_category_table.h>

Data Fields

char32_t first
 
char32_t last
 
uint8 category
 

Detailed Description

Definition at line 21 of file unicode_category_table.h.

Field Documentation

◆ category

uint8 pg_category_range::category

Definition at line 25 of file unicode_category_table.h.

Referenced by unicode_category().

◆ first

char32_t pg_category_range::first

Definition at line 23 of file unicode_category_table.h.

◆ last

char32_t pg_category_range::last

Definition at line 24 of file unicode_category_table.h.


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