[source]

Class uvm_pkg::uvm_built_in_clone

CLASS

uvm_built_in_clone #(T)

This policy class is used to clone built-in types via the = operator.

Provides a clone method that returns a copy of the built-in type, T.

Parameters

Name

Default value

Description

T

int

Functions

clone(int from)
Parameters:

from (int)