MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator+=

Function operator+=

tests/catch.hpp:11280–11283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11278 }
11279
11280 auto operator+=( std::string& lhs, StringRef const& rhs ) -> std::string& {
11281 lhs.append(rhs.currentData(), rhs.size());
11282 return lhs;
11283 }
11284
11285} // namespace Catch
11286

Callers

nothing calls this directly

Calls 2

currentDataMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected