MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / get

Function get

include/behaviortree_cpp/contrib/json.hpp:5342–5345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5340// And see https://github.com/nlohmann/json/pull/1391
5341template<std::size_t N, typename IteratorType, enable_if_t<N == 0, int> = 0>
5342auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.key())
5343{
5344 return i.key();
5345}
5346// Structured Bindings Support
5347// For further reference see https://blog.tartanllama.xyz/structured-bindings/
5348// 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

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

Tested by

no test coverage detected