DDS  ver. 3.4
Public Types | Static Public Member Functions | List of all members
MiscCommon::char_traits_ci_base< wchar_t > Struct Template Reference

The wchar_t specialization of the char_traits_ci_base class. More...

#include <CIString.h>

Inheritance diagram for MiscCommon::char_traits_ci_base< wchar_t >:

Public Types

typedef wchar_t _charT
 

Static Public Member Functions

static bool eq (const _charT &_Left, const _charT &_Right)
 
static bool lt (const _charT &_Left, const _charT &_Right)
 

Detailed Description

template<>
struct MiscCommon::char_traits_ci_base< wchar_t >

The wchar_t specialization of the char_traits_ci_base class.

Member Typedef Documentation

◆ _charT

typedef wchar_t MiscCommon::char_traits_ci_base< wchar_t >::_charT

Member Function Documentation

◆ eq()

static bool MiscCommon::char_traits_ci_base< wchar_t >::eq ( const _charT _Left,
const _charT _Right 
)
inlinestatic

◆ lt()

static bool MiscCommon::char_traits_ci_base< wchar_t >::lt ( const _charT _Left,
const _charT _Right 
)
inlinestatic

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