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

Function operator+=

dependencies/json/json.hpp:21821–21825  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21819 @copydoc push_back(basic_json&&)
21820 */
21821 reference operator+=(basic_json&& val)
21822 {
21823 push_back(std::move(val));
21824 return *this;
21825 }
21826
21827 /*!
21828 @brief add an object to an array

Callers 1

Calls 1

push_backFunction · 0.70

Tested by

no test coverage detected