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

Method assign_expr

extern/boost/boost/optional/optional.hpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
369 template<class Expr, class ExprPtr>
370 void assign_expr ( Expr&& expr, ExprPtr const* tag )
371 {
372 if (is_initialized())
373 assign_expr_to_initialized(boost::forward<Expr>(expr),tag);
374 else construct(boost::forward<Expr>(expr),tag);
375 }
376#else
377 template<class Expr>
378 void assign_expr ( Expr const& expr, Expr const* tag )

Callers 2

type operator=Method · 0.45
optional.hppFile · 0.45

Calls 1

constructFunction · 0.85

Tested by

no test coverage detected