carb::extras::operator+

Defined in carb/extras/Path.h

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

Concatenation operator.

See also

Path::concat()

Parameters
  • left – a Path

  • right – a std::string representing a path

Returns

left.concat(right)