pair Interface

public interface pair

Module Procedures

private function m_newPair(key, value) result(p)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: key
type(FieldSet), intent(in) :: value

Return Value type(pair)