Skip to main content
Ctrl+K
Carbonite SDK - Home Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
Carbonite SDK - Home Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • Carbonite SDK API
  • Namespaces
  • carb
  • extras
  • operator+

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

Path::concat()

Template Parameters:

T – The type of the left hand side string (a carb::cpp::StringViewLike)

Parameters:
  • left – a carb::cpp::string_view representing a path

  • right – a Path

Returns:

Path(left).concat(right)

previous

operator!=

next

operator/

On this page
  • operator+()
NVIDIA NVIDIA

Copyright © 2018-2025, NVIDIA Corporation.

Last updated on Aug 09, 2025.