37 bool HasFeature (Feature)
const;
39 static QString GetFeatureName (Feature);
42 static T
Choose (std::initializer_list<std::pair<Feature, T>> funcs, T fallback)
45 for (
const auto& pair : funcs)
52 void DumpDetectedFeatures ()
const;
bool HasFeature(Feature) const
static T Choose(std::initializer_list< std::pair< Feature, T > > funcs, T fallback)