concat_func Abstract Interface

abstract interface
private pure function concat_func(lhs, rhs)

Arguments

Type IntentOptional AttributesName
class(ordered), intent(in) :: lhs

This object

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

The object being concatenated to this one

Return Value class(ordered), allocatable

The result of the concatenation