| Tanl Linguistic Pipeline |
Specialize the binary_function "less" so that C-style strings (char const*) will work properly with STL containers. More...
#include <less.h>
Public Member Functions | |
| result_type | operator() (first_argument_type a, second_argument_type b) const |
Specialize the binary_function "less" so that C-style strings (char const*) will work properly with STL containers.
Bjarne Stroustrup. "The C++ Programming Language, 3rd ed." Addison-Wesley, Reading, MA, 1997. p. 468.