ivector_assign Subroutine

public subroutine ivector_assign(this, other)

Copies the contents of ivector other to ivector this

Arguments

Type IntentOptional AttributesName
class(ivector_t), intent(inout) :: this
class(ivector_t), intent(in) :: other

Called by

proc~~ivector_assign~~CalledByGraph proc~ivector_assign ivector_assign interface~assignment(=) assignment(=) interface~assignment(=)->proc~ivector_assign

Contents

None