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

Function operator+=

unittests/catch.hpp:9744–9747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9742 }
9743
9744 auto operator+=( std::string& lhs, StringRef const& rhs ) -> std::string& {
9745 lhs.append(rhs.currentData(), rhs.size());
9746 return lhs;
9747 }
9748
9749} // namespace Catch
9750

Callers

nothing calls this directly

Calls 2

currentDataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected