Ignition Physics

API Reference

2.3.0
FeatureWithRequirements< RequiredFeatures > Struct Template Reference

If your feature is known to require any other features, then you should have your feature class inherit FeatureWithRequirements<...>, and pass it a list of the features that it requires. More...

#include <FeatureList.hh>

Detailed Description

template<typename... RequiredFeatures>
struct ignition::physics::FeatureWithRequirements< RequiredFeatures >

If your feature is known to require any other features, then you should have your feature class inherit FeatureWithRequirements<...>, and pass it a list of the features that it requires.


The documentation for this struct was generated from the following file: