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