MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / construct

Method construct

extern/boost/boost/optional/optional.hpp:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

assign_functor_aMethod · 0.45
managerMethod · 0.45
optionalFunction · 0.45

Calls 5

moveFunction · 0.50
addressMethod · 0.45
applyMethod · 0.45
is_initializedMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected