operator!=#

Fully qualified name: carb::extras::operator!=

Defined in carb/extras/Path.h

inline bool carb::extras::operator!=(
const std::string &left,
const Path &right,
)#

Inequality operator.

Parameters:
  • left – a std::string representation of a Path

  • right – a Path

Returns:

true if the paths are not equal; false otherwise