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

Function operator+=

native/thirdpart/json/json.hpp:19433–19437  ·  view source on GitHub ↗

! @brief add an object to an array @copydoc push_back(basic_json&&) */

Source from the content-addressed store, hash-verified

19431 @copydoc push_back(basic_json&&)
19432 */
19433 reference operator+=(basic_json&& val)
19434 {
19435 push_back(std::move(val));
19436 return *this;
19437 }
19438
19439 /*!
19440 @brief add an object to an array

Callers 1

Calls 1

push_backFunction · 0.85

Tested by

no test coverage detected