omni::extras::PathLess

Defined in omni/extras/PathMap.h

using omni::extras::PathLess = std::less<std::string>

Custom less-than functor for a case sensitive or insenitive map lookup.

On Windows, this does a simple case insensitive string comparison on the contents of each string’s buffer. On Linux, this performs a case sensitive string comparison.