Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_base
Function · 0.85
assign
Function · 0.85
assign_expr
Function · 0.85
assign_expr_to_initialized
Function · 0.85
assign_value
Function · 0.85
Calls
3
address
Method · 0.45
apply
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected