operator+#

Fully qualified name: carb::extras::operator+

Defined in carb/extras/Path.h

inline Path carb::extras::operator+(
const char *left,
const Path &right,
)#

Concatenation operator.

See also

Path::concat()

Parameters:
  • left – a NUL-terminated char buffer representing a path

  • right – a Path

Returns:

Path(left).concat(right)