operator+#

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

Defined in carb/extras/Path.h

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

Concatenation operator.

See also

Path::concat()

Parameters:
  • left – a Path

  • right – a NUL-terminated char buffer representing a path

Returns:

left.concat(right)