MCPcopy Create free account
hub / github.com/boostorg/json / get

Function get

include/boost/json/value.hpp:3654–3662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3652
3653template<std::size_t I>
3654auto
3655get(key_value_pair const&) noexcept ->
3656 typename std::conditional<I == 0,
3657 string_view const,
3658 value const&>::type
3659{
3660 static_assert(I == 0,
3661 "key_value_pair index out of range");
3662}
3663
3664template<std::size_t I>
3665auto

Callers 7

getMethod · 0.70
operator->Method · 0.70
storage_ptrClass · 0.70
bufferClass · 0.50
value_from_implFunction · 0.50
value_to_implFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected