MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / operator *

Method operator *

include/win/boost/optional/optional.hpp:1041–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 // No-throw
1040#if (!defined BOOST_NO_CXX11_REF_QUALIFIERS) && (!defined BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES)
1041 reference_const_type operator *() const& { return this->get() ; }
1042 reference_type operator *() & { return this->get() ; }
1043 reference_type_of_temporary_wrapper operator *() && { return base::types::move(this->get()) ; }
1044#else

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
moveFunction · 0.50

Tested by

no test coverage detected