typealias CBool
The C ‘_Bool’ and C++ ‘bool’ type.
Cの「_Bool」およびC++の「bool」型。
typealias CChar
The C ‘char’ type.
Cの「char」型。
typealias CChar16
The C++11 ‘char16_t’ type, which has UTF-16 encoding.
C++11「char16_t」型、それはUTF-16エンコーディングされます。
typealias CChar32
The C++11 ‘char32_t’ type, which has UTF-32 encoding.
C++11「char32_t」型、それはUTF-32エンコーディングされます。
typealias CDouble
The C ‘double’ type.
C「double」型。
typealias CFloat
The C ‘float’ type.
C「float」型。
typealias CFloat16
The C ‘_Float16’ type.
C「_Float16」型。
typealias CInt
The C ‘int’ type.
C「int」型。
typealias CLong
The C ‘long’ type.
C「long」型。
typealias CLongLong
The C ‘long long’ type.
C「long long」型。
typealias CShort
The C ‘short’ type.
C「short」型。
typealias CSignedChar
The C ‘signed char’ type.
C「signed char」型。
typealias CUnsignedChar
The C ‘unsigned char’ type.
C「unsigned char」型。
typealias CUnsignedLong
The C ‘unsigned long’ type.
C「unsigned long」型。
typealias CUnsignedLongLong
The C ‘unsigned long long’ type.
C「unsigned long long」型。
typealias CUnsignedShort
The C ‘unsigned short’ type.
C「unsigned short」型。
typealias CWideChar
The C++ ‘wchar_t’ type.
C++「wchar_t」型。