ReactOS 0.4.16-dev-1113-g99ecbf5
__crt_char_traits< char > Struct Reference

#include <corecrt_internal_traits.h>

Inheritance diagram for __crt_char_traits< char >:

Public Types

typedef char char_type
 
typedef unsigned char unsigned_char_type
 
typedef wchar_t other_char_type
 
typedef int int_type
 
typedef STARTUPINFOA startup_info_type
 
typedef WIN32_FIND_DATAA win32_find_data_type
 

Detailed Description

Definition at line 139 of file corecrt_internal_traits.h.

Member Typedef Documentation

◆ char_type

typedef char __crt_char_traits< char >::char_type

Definition at line 141 of file corecrt_internal_traits.h.

◆ int_type

typedef int __crt_char_traits< char >::int_type

Definition at line 144 of file corecrt_internal_traits.h.

◆ other_char_type

typedef wchar_t __crt_char_traits< char >::other_char_type

Definition at line 143 of file corecrt_internal_traits.h.

◆ startup_info_type

typedef STARTUPINFOA __crt_char_traits< char >::startup_info_type

Definition at line 145 of file corecrt_internal_traits.h.

◆ unsigned_char_type

typedef unsigned char __crt_char_traits< char >::unsigned_char_type

Definition at line 142 of file corecrt_internal_traits.h.

◆ win32_find_data_type

typedef WIN32_FIND_DATAA __crt_char_traits< char >::win32_find_data_type

Definition at line 146 of file corecrt_internal_traits.h.


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