MCPcopy Create free account
hub / github.com/deweylab/RSEM / assign_expr

Function assign_expr

boost/optional/optional.hpp:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315#ifndef BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT
316 template<class Expr>
317 void assign_expr ( Expr const& expr, Expr const* tag )
318 {
319 if (is_initialized())
320 assign_expr_to_initialized(expr,tag);
321 else construct(expr,tag);
322 }
323#endif
324
325 public :

Callers

nothing calls this directly

Calls 3

is_initializedFunction · 0.85
constructFunction · 0.85

Tested by

no test coverage detected