lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Types | Static Public Member Functions
lean::strings::char_traits< wchar_t > Struct Template Reference

List of all members.

Public Types

typedef wchar_t char_type
typedef int_type
< sign_class::no_sign, sizeof(char_type)>
::type 
int_type
typedef size_t size_type

Static Public Member Functions

static LEAN_INLINE bool null (const char_type &src)
static LEAN_INLINE bool empty (const char_type *begin)
static LEAN_INLINE size_type length (const char_type *begin)
static LEAN_INLINE size_type count (const char_type *begin)
static LEAN_INLINE size_type count (const char_type *begin, const char_type *end)
static bool equal (const char_type *begin1, const char_type *begin2)
static bool less (const char_type *begin1, const char_type *begin2)

template<>
struct lean::strings::char_traits< wchar_t >


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