| 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> |
no test coverage detected