MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / and_then

Method and_then

crates/cpp/test_headers/expected.hpp:1292–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290#if defined(TL_EXPECTED_CXX14) && !defined(TL_EXPECTED_GCC49) && \
1291 !defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
1292 template <class F> TL_EXPECTED_11_CONSTEXPR auto and_then(F &&f) & {
1293 return and_then_impl(*this, std::forward<F>(f));
1294 }
1295 template <class F> TL_EXPECTED_11_CONSTEXPR auto and_then(F &&f) && {
1296 return and_then_impl(std::move(*this), std::forward<F>(f));
1297 }

Callers 8

codegen_testsFunction · 0.80
run_world_codegen_testFunction · 0.80
discover_testsMethod · 0.80
insert_testMethod · 0.80
load_runtime_testMethod · 0.80
parse_componentMethod · 0.80
all_pathsFunction · 0.80

Calls 1

and_then_implFunction · 0.85

Tested by 5

discover_testsMethod · 0.64
insert_testMethod · 0.64
load_runtime_testMethod · 0.64
parse_componentMethod · 0.64
all_pathsFunction · 0.64