omni::extras::PathGreater

Defined in omni/extras/PathMap.h

using omni::extras::PathGreater = std::greater<std::string>

Custom greater-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.