omni::extras::PathEqual

Defined in omni/extras/PathMap.h

using omni::extras::PathEqual = std::equal_to<std::string>

Custom equality functor for a case sensitive or insensitive 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.