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

Function operator+=

3rd/nlohmann_json/single_include/nlohmann/json.hpp:22979–22983  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

22977 @copydoc push_back(basic_json&&)
22978 */
22979 reference operator+=(basic_json&& val)
22980 {
22981 push_back(std::move(val));
22982 return *this;
22983 }
22984
22985 /*!
22986 @brief add an object to an array

Callers 1

Calls 1

push_backFunction · 0.70

Tested by

no test coverage detected