assignment_interface Abstract Interface

abstract interface

Abstract interfaces of deferred methods of eos_object.

private pure subroutine assignment_interface(lhs, rhs)

Arguments

Type IntentOptional AttributesName
class(eos_object), intent(inout) :: lhs

Left hand side.

class(eos_object), intent(in) :: rhs

Right hand side.

Description

Operator =.