Functor for helping sort filename in alphabetical and numerical order when using in conjunction with std::sort.
More...
List of all members.
Public Member Functions |
bool | operator() (const std::string &lhs, const std::string &rhs) const |
Detailed Description
Functor for helping sort filename in alphabetical and numerical order when using in conjunction with std::sort.
Member Function Documentation
bool osgDB::FileNameComparator::operator() |
( |
const std::string & |
lhs, |
|
|
const std::string & |
rhs |
|
) |
| const [inline] |
The documentation for this struct was generated from the following file: