MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / insert

Method insert

dependencies/json/json.hpp:16620–16623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16618 }
16619
16620 std::pair<iterator, bool> insert( value_type&& value )
16621 {
16622 return emplace(value.first, std::move(value.second));
16623 }
16624
16625 std::pair<iterator, bool> insert( const value_type& value )
16626 {

Callers 15

UpdateDeviceListMethod · 0.45
InsertKeyMethod · 0.45
SwapKeyMethod · 0.45
SendMagicMethod · 0.45
SendColorsMethod · 0.45
Load_Device_ConfigMethod · 0.45
DeviceUpdateLEDsMethod · 0.45
DeviceUpdateLEDsMethod · 0.45
SetLEDsDirectMethod · 0.45
SetLEDsDirectMethod · 0.45

Calls 4

emplaceFunction · 0.70
push_backFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected