gz/physics/FeatureList.hh
If your feature is known to require any other features, then you should have your feature class inher...
Definition: gz/physics/FeatureList.hh:108
void RequiredFeatures
All the features required by this FeatureList will be included in CombineLists.
Definition: gz/physics/FeatureList.hh:89
static constexpr bool ConflictsWith()
A static constexpr function which indicates whether any features in SomeFeatureList conflict with any...
Use a FeatureList to aggregate a list of Features.
Definition: gz/physics/FeatureList.hh:51
static constexpr bool HasFeature()
A static constexpr function which indicates whether a given Feature, F, is contained in this list.
If your feature is known to conflict with any other feature, then you should have your feature class ...
Definition: gz/physics/FeatureList.hh:101
typename detail::CombineLists< FeaturesT... >::Result Features
Definition: gz/physics/FeatureList.hh:58