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

Function assign_value

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

Source from the content-addressed store, hash-verified

695#endif // defined BOOST_OPTIONAL_WEAK_OVERLOAD_RESOLUTION
696
697 void assign_value ( argument_type val, is_not_reference_tag ) { get_impl() = val; }
698 void assign_value ( argument_type val, is_reference_tag ) { construct(val); }
699#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
700 void assign_value ( rval_reference_type val, is_not_reference_tag ) { get_impl() = static_cast<rval_reference_type>(val); }

Callers 2

assignFunction · 0.70

Calls 2

get_implFunction · 0.70
constructFunction · 0.70

Tested by

no test coverage detected