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

Function operator+=

3rd/nlohmann_json/include/nlohmann/json.hpp:5478–5482  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

5476 @copydoc push_back(basic_json&&)
5477 */
5478 reference operator+=(basic_json&& val)
5479 {
5480 push_back(std::move(val));
5481 return *this;
5482 }
5483
5484 /*!
5485 @brief add an object to an array

Callers 1

Calls 1

push_backFunction · 0.70

Tested by

no test coverage detected