typeguard_interface Abstract Interface

abstract interface

Check if the content type is allowed.

private elemental function typeguard_interface(self, content)

Arguments

Type IntentOptional AttributesName
class(content_adt), intent(in) :: self

The content.

class(*), intent(in) :: content

The content to be stored.

Return Value logical

Description

Check if the content type is allowed.