ubounds_t Derived Type

type, public :: ubounds_t


Components

Type Visibility Attributes Name Initial
integer, public, allocatable :: ubounds_(:)

Type-Bound Procedures

procedure, public :: equals

  • public elemental function equals(lhs, rhs) result(lhs_equals_rhs)

    Arguments

    Type IntentOptional Attributes Name
    class(ubounds_t), intent(in) :: lhs
    class(ubounds_t), intent(in) :: rhs

    Return Value logical

generic, public :: operator(==) => equals

  • public elemental function equals(lhs, rhs) result(lhs_equals_rhs)

    Arguments

    Type IntentOptional Attributes Name
    class(ubounds_t), intent(in) :: lhs
    class(ubounds_t), intent(in) :: rhs

    Return Value logical