carb::extras::operator==

Defined in carb/extras/Path.h

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

Equality operator.

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

  • right – a Path

Returns

true if the paths are equal; false otherwise