carb::extras::operator!=

Defined in carb/extras/Path.h

inline bool carb::extras::operator!=(const char *left, const Path &right)

Inequality operator.

Parameters
  • left – a NUL-terminated char buffer representation of a Path

  • right – a Path

Returns

true if the paths are not equal; false otherwise