comet::bstr_t::less< CF > Struct Template Reference

Less Functor. More...

#include <bstr.h>

List of all members.

Public Member Functions

bool operator() (const bstr_t &l, const bstr_t &r) const
 Functor.


Detailed Description

template<compare_flags_t CF>
struct comet::bstr_t::less< CF >

Less Functor.

Useful for STL containers.

                                        typedef stl::map < comet::bstr_t, long, bstr_t::less<cf_ignore_case> > string_long_map;
Parameters:
CF comparison flags.


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