Provides a clone method that returns a copy of the built-in type, T.
The class T must implement the clone method, to which this class
delegates the operation. If T is derived from uvm_object, then
T must instead implement uvm_object::do_copy, either directly or
indirectly through use of the uvm_field macros.
CLASS
uvm_class_clone #(T)
This policy class is used to clone class objects.
Provides a clone method that returns a copy of the built-in type, T. The class T must implement the clone method, to which this class delegates the operation. If T is derived from uvm_object, then T must instead implement uvm_object::do_copy, either directly or indirectly through use of the uvm_field macros.