MCPcopy Create free account
hub / github.com/RenderKit/embree / operator+=

Function operator+=

tutorials/external/catch.hpp:11548–11551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11546 }
11547
11548 auto operator+=( std::string& lhs, StringRef const& rhs ) -> std::string& {
11549 lhs.append(rhs.currentData(), rhs.size());
11550 return lhs;
11551 }
11552
11553} // namespace Catch
11554

Callers

nothing calls this directly

Calls 3

appendMethod · 0.80
currentDataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected