static bool lt(const T &left, const T &right)
Less than comparison.
Returns if object left is less than object right.
Following are char_traits funcitons, which make this class char_traits compatiable, so that it can be used in std::basic_string template, and be manipulated by the c++ stl algorithms.