struct char_traits<T>

The template structure is overloaded for both the wchar_t type struct char_traits<wchar_t>. This specialization is used for string and stream usage.

Note: The assign, eq and lt are the same as the =, == and < operators.