test_func Abstract Interface

abstract interface
public pure function test_func(item)

Arguments

Type IntentOptional AttributesName
class(container), intent(in) :: item

The item which is being evaluated

Return Value logical

Whether the item passes the test or not

Description

An abstract interface for a function which tests a container object in some way