feature_collection_t Interface

public interface feature_collection_t

Interface for feature_collection_t constructor


Module Procedures

public function collection_from_feature(self) result(collection)

Create a feature collection from a single feature_config_t The feature becomes the base configuration for all OS/compiler combinations

Arguments

Type IntentOptional Attributes Name
class(feature_config_t), intent(in) :: self

Feature configuration to convert

Return Value type(feature_collection_t)