MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / get

Function get

extern/json/json.hpp:5275–5278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5273// And see https://github.com/nlohmann/json/pull/1391
5274template<std::size_t N, typename IteratorType, enable_if_t<N == 0, int> = 0>
5275auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.key())
5276{
5277 return i.key();
5278}
5279// Structured Bindings Support
5280// For further reference see https://blog.tartanllama.xyz/structured-bindings/
5281// 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 4

keyMethod · 0.45
valueMethod · 0.45
get_characterMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected