carb::extras::operator/

Defined in carb/extras/Path.h

inline Path carb::extras::operator/(const Path &left, const Path &right)

Join operator.

Performs a Path::join() operation on two Path paths.

Parameters
  • left – a Path

  • right – a Path

Returns

left.join(right)