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

Function operator+=

Source/Utils/json.hpp:21737–21741  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21735 @copydoc push_back(basic_json&&)
21736 */
21737 reference operator+=(basic_json&& val)
21738 {
21739 push_back(std::move(val));
21740 return *this;
21741 }
21742
21743 /*!
21744 @brief add an object to an array

Callers 1

Calls 1

push_backFunction · 0.85

Tested by

no test coverage detected