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

Method construct

ext/include/boost/optional/optional.hpp:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 protected :
407
408 void construct ( argument_type val )
409 {
410 ::new (m_storage.address()) unqualified_value_type(val) ;
411 m_initialized = true ;
412 }
413
414#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
415 void construct ( rval_reference_type val )

Callers 3

assign_functor_aMethod · 0.45
managerMethod · 0.45
optionalFunction · 0.45

Calls 4

addressMethod · 0.45
applyMethod · 0.45
is_initializedMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected