MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / operator+=

Function operator+=

extern/json/json.hpp:22327–22331  ·  view source on GitHub ↗

@brief add an object to an array @sa https://json.nlohmann.me/api/basic_json/operator+=/

Source from the content-addressed store, hash-verified

22325 /// @brief add an object to an array
22326 /// @sa https://json.nlohmann.me/api/basic_json/operator+=/
22327 reference operator+=(basic_json&& val)
22328 {
22329 push_back(std::move(val));
22330 return *this;
22331 }
22332
22333 /// @brief add an object to an array
22334 /// @sa https://json.nlohmann.me/api/basic_json/push_back/

Callers 1

Calls 2

moveFunction · 0.85
push_backFunction · 0.70

Tested by

no test coverage detected