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

Function assign_expr_to_initialized

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

Source from the content-addressed store, hash-verified

368
369 template<class Expr>
370 void assign_expr_to_initialized ( Expr const& factory, in_place_factory_base const* tag )
371 {
372 destroy();
373 construct(factory,tag);
374 }
375
376 // Constructs in-place using the given typed factory
377 template<class Expr>

Callers 1

assign_exprFunction · 0.85

Calls 3

destroyFunction · 0.85
constructFunction · 0.85
assign_valueFunction · 0.85

Tested by

no test coverage detected