MCPcopy Create free account
hub / github.com/LUX-Core/lux / construct_node_from_args

Function construct_node_from_args

src/config/implementation.hpp:1663–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661
1662template <typename Alloc, BOOST_UNORDERED_EMPLACE_TEMPLATE>
1663inline typename boost::unordered::detail::allocator_traits<Alloc>::pointer
1664construct_node_from_args(Alloc& alloc, BOOST_UNORDERED_EMPLACE_ARGS)
1665{
1666 node_constructor<Alloc> a(alloc);
1667 a.create_node();
1668 construct_from_args(
1669 alloc, a.node_->value_ptr(), BOOST_UNORDERED_EMPLACE_FORWARD);
1670 return a.release();
1671}
1672
1673template <typename Alloc, typename U>
1674inline typename boost::unordered::detail::allocator_traits<Alloc>::pointer

Callers 4

emplace_implMethod · 0.85
emplace_hint_implMethod · 0.85
emplaceMethod · 0.85
emplace_hintMethod · 0.85

Calls 4

construct_from_argsFunction · 0.85
create_nodeMethod · 0.80
value_ptrMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected