MCPcopy Create free account
hub / github.com/Compaile/ctrack / MakeContextScope

Function MakeContextScope

test/doctest.h:1910–1912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1908
1909 template <typename L>
1910 ContextScope<L> MakeContextScope(const L &lambda) {
1911 return ContextScope<L>(lambda);
1912 }
1913} // namespace detail
1914
1915#define DOCTEST_DEFINE_DECORATOR(name, type, def) \

Callers 1

DOCTEST_DEFINE_DECORATORFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected