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

Method end

dependencies/json/json.hpp:4014–4017  ·  view source on GitHub ↗

return iterator end (needed for range-based for)

Source from the content-addressed store, hash-verified

4012
4013 /// return iterator end (needed for range-based for)
4014 iteration_proxy_value<IteratorType> end() noexcept
4015 {
4016 return iteration_proxy_value<IteratorType>(container.end());
4017 }
4018};
4019// Structured Bindings Support
4020// For further reference see https://blog.tartanllama.xyz/structured-bindings/

Callers 15

UnregisterPluginMethod · 0.45
OptionDeviceFunction · 0.45
GetKeyNameAtMethod · 0.45
GetKeyValueAtMethod · 0.45
NvidiaESAControllerMethod · 0.45
GetSerialMethod · 0.45
GetSerialStringMethod · 0.45
GetSerialStringMethod · 0.45

Calls

no outgoing calls

Tested by 1

GetLocationMethod · 0.36