MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / get

Function get

lesson6-Segmentation/json.hpp:3956–3959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3954// And see https://github.com/nlohmann/json/pull/1391
3955template<std::size_t N, typename IteratorType, enable_if_t<N == 0, int> = 0>
3956auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.key())
3957{
3958 return i.key();
3959}
3960// Structured Bindings Support
3961// For further reference see https://blog.tartanllama.xyz/structured-bindings/
3962// And see https://github.com/nlohmann/json/pull/1391

Callers 15

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

Calls 5

from_jsonFunction · 0.85
push_backMethod · 0.80
keyMethod · 0.45
valueMethod · 0.45
get_characterMethod · 0.45

Tested by

no test coverage detected