MCPcopy Create free account
hub / github.com/ablab/spades / emplace

Function emplace

ext/include/boost/optional/optional.hpp:1168–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166 // upon exception *this is always uninitialized
1167 template<class... Args>
1168 void emplace ( Args&&... args )
1169 {
1170 this->emplace_assign( boost::forward<Args>(args)... );
1171 }
1172
1173 template<class... Args>
1174 explicit optional ( in_place_init_t, Args&&... args )

Callers 15

insertMethod · 0.85
emplaceMethod · 0.85
emplace_hintMethod · 0.85
insertMethod · 0.85
emplaceMethod · 0.85
emplace_hintMethod · 0.85
lazy_initClass · 0.85
lazy_init<T&>Class · 0.85
constructMethod · 0.85
transferMethod · 0.85
insertMethod · 0.85
emplace_hintMethod · 0.85

Calls 1

emplace_assignMethod · 0.45

Tested by

no test coverage detected