container

Move constructed data from one container to another one.

Move constructed data from one container to another one. Description

  1. auto container(Z factory, Storage!(ObjectFactory, string) storage)
    container
    (,
    Storage!(ObjectFactory, string) storage
    )
  2. auto container(Z factory, string storageId)

Parameters

factory Z

factory for constructed data

storage Storage!(ObjectFactory, string)

new location for factory

Return Value

Type: auto

factory

Meta