MCPcopy Create free account
hub / github.com/deweylab/RSEM / construct

Function construct

boost/optional/optional.hpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

optional_baseFunction · 0.85
assignFunction · 0.85
assign_exprFunction · 0.85
assign_valueFunction · 0.85

Calls 3

addressMethod · 0.45
applyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected