A factory that coerces an object from object factory to
some T type.
A factory that coerces an object from object factory to
some T type. It will attempt as well to safely object to
type T if it is possible to prove that created object
is a derivation of type T. If T is not rooted in Object
class it is assumed by convention that Wrapper!T object
is returned by object factory.
A factory that coerces an object from object factory to some T type.
A factory that coerces an object from object factory to some T type. It will attempt as well to safely object to type T if it is possible to prove that created object is a derivation of type T. If T is not rooted in Object class it is assumed by convention that Wrapper!T object is returned by object factory.