Data Structures | Typedefs

ci Namespace Reference

Data Structures

struct  ci_char_traits
struct  less

Typedefs

typedef std::basic_string
< char, ci_char_traits,
std::allocator< char > > 
string

Detailed Description

The ci namespace contains a number of helper classes relevant to case insensitive strings.


Typedef Documentation

typedef std::basic_string<char, ci_char_traits, std::allocator<char> > ci::string

This typedef declares ci::string based upon ci_char_traits.

Definition at line 127 of file hashcomp.h.