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

Function assign_expr_to_initialized

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

Source from the content-addressed store, hash-verified

557
558 template<class Expr>
559 void assign_expr_to_initialized ( Expr&& factory, in_place_factory_base const* tag )
560 {
561 destroy();
562 construct(factory,tag);
563 }
564
565 // Constructs in-place using the given typed factory
566 template<class Expr>

Callers 1

assign_exprFunction · 0.85

Calls 3

destroyFunction · 0.70
constructFunction · 0.70
assign_valueFunction · 0.70

Tested by

no test coverage detected