MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / construct

Function construct

include/win/boost/optional/optional.hpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97{
98 template <class T, class Factory>
99 inline void construct(Factory const& factory, void* address)
100 {
101 factory.BOOST_NESTED_TEMPLATE apply<T>(address);
102 }
103}
104
105

Callers 5

optional_baseFunction · 0.70
assignFunction · 0.70
assign_exprFunction · 0.70
assign_valueFunction · 0.70

Calls 5

moveFunction · 0.50
addressMethod · 0.45
applyMethod · 0.45
is_initializedMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected