LLVM: llvm::sys::UnicodeCharRange Struct Reference (original) (raw)

Represents a closed range of Unicode code points [Lower, Upper]. More...

#include "[llvm/Support/UnicodeCharRanges.h](UnicodeCharRanges%5F8h%5Fsource.html)"

Public Attributes
uint32_t Lower
uint32_t Upper

Detailed Description

Represents a closed range of Unicode code points [Lower, Upper].

Definition at line 22 of file UnicodeCharRanges.h.

Member Data Documentation

Lower

uint32_t llvm::sys::UnicodeCharRange::Lower

Definition at line 23 of file UnicodeCharRanges.h.

Upper

uint32_t llvm::sys::UnicodeCharRange::Upper

Definition at line 24 of file UnicodeCharRanges.h.


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