MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / build

Function build

source/results/impl/consumer_context.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 namespace {
13 template<class type, class... argument_type>
14 void build(type& o, argument_type&&... arguments) noexcept {
15 new (std::addressof(o)) type(std::forward<argument_type>(arguments)...);
16 }
17
18 template<class type>
19 void destroy(type& o) noexcept {

Callers 7

set_await_handleMethod · 0.70
set_wait_for_contextMethod · 0.70
set_when_any_contextMethod · 0.70
set_shared_contextMethod · 0.70
buildMethod · 0.50
taskMethod · 0.50
task.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected