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

Function get

dependencies/json/json.hpp:4023–4026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4021// And see https://github.com/nlohmann/json/pull/1391
4022template<std::size_t N, typename IteratorType, enable_if_t<N == 0, int> = 0>
4023auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.key())
4024{
4025 return i.key();
4026}
4027// Structured Bindings Support
4028// For further reference see https://blog.tartanllama.xyz/structured-bindings/
4029// And see https://github.com/nlohmann/json/pull/1391

Callers 15

get_codepointMethod · 0.70
next_byte_in_rangeMethod · 0.70
scan_stringMethod · 0.70
scan_commentMethod · 0.70
scan_numberMethod · 0.70
lexerClass · 0.70
skip_bomFunction · 0.70
skip_whitespaceFunction · 0.70
binary_readerClass · 0.70
get_bson_cstrMethod · 0.70
get_bson_stringMethod · 0.70

Calls 5

from_jsonFunction · 0.70
keyMethod · 0.45
valueMethod · 0.45
get_characterMethod · 0.45
push_backMethod · 0.45

Tested by 2