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

Method get

include/boost/leaf/context.hpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 struct get_dispatch
142 {
143 static BOOST_LEAF_CONSTEXPR T const * get(T const * x) noexcept
144 {
145 return x;
146 }
147 static BOOST_LEAF_CONSTEXPR T const * get(void const *) noexcept
148 {
149 return nullptr;

Callers 15

validateMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
test_multithreadedFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
try_capture_all_Method · 0.45
catchMethod · 0.45
catchMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_multithreadedFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36