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

Function operator+=

extlibs/catch/include/catch/catch.hpp:13359–13362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13357 }
13358
13359 auto operator+=( std::string& lhs, StringRef const& rhs ) -> std::string& {
13360 lhs.append(rhs.currentData(), rhs.size());
13361 return lhs;
13362 }
13363
13364} // namespace Catch
13365

Callers

nothing calls this directly

Calls 3

currentDataMethod · 0.80
appendMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected