PCL
Unicode Character Types

Typedefs

using pcl::char16_type = uint16
 
using pcl::char32_type = uint32
 

Detailed Description

Typedef Documentation

◆ char16_type

using pcl::char16_type = typedef uint16

16-bit Unicode character (UTF-16)

Definition at line 1144 of file Defs.h.

◆ char32_type

using pcl::char32_type = typedef uint32

32-bit Unicode character (UTF-32)

Definition at line 1150 of file Defs.h.