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

Function assign_expr

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

Source from the content-addressed store, hash-verified

433#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
434 template<class Expr, class ExprPtr>
435 void assign_expr ( Expr&& expr, ExprPtr const* tag )
436 {
437 if (is_initialized())
438 assign_expr_to_initialized(boost::forward<Expr>(expr),tag);
439 else construct(boost::forward<Expr>(expr),tag);
440 }
441#else
442 template<class Expr>
443 void assign_expr ( Expr const& expr, Expr const* tag )

Callers

nothing calls this directly

Calls 3

is_initializedFunction · 0.85
constructFunction · 0.70

Tested by

no test coverage detected