carb::extras::operator+

Defined in carb/extras/Path.h

inline Path carb::extras::operator+(const omni::string &left, const Path &right)

Concatenation operator.

See also

Path::concat()

Parameters
  • left – an omni::string representing a path

  • right – a Path

Returns

Path(left).concat(right)