MCPcopy Create free account
hub / github.com/Inori/GPCS4 / construct

Method construct

3rdParty/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 1

optionalFunction · 0.45

Calls 5

moveFunction · 0.85
addressMethod · 0.45
applyMethod · 0.45
is_initializedMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected