operator+#
Fully qualified name: carb::extras::operator+
Defined in carb/extras/Path.h
-
template<typename TRight>
Path carb::extras::operator+( - carb::cpp::string_view left,
- const TRight &right,
Concatenation operator.
See also
- Template Parameters:
T – The type of the left hand side string (a carb::cpp::StringViewLike)
- Parameters:
left – a
carb::cpp::string_view
representing a pathright – a Path
- Returns:
Path(left).concat(right)