#include <FeatureBase.hpp>
Public Types | |
using | type = typename std::conditional< FeatureBase< Features... >::has_feature< F >::value, FeatureBase< Features... >, FeatureBase< Features..., F > >::type |
Definition at line 72 of file FeatureBase.hpp.
using lvr2::FeatureBase< Features >::add_features< F >::type = typename std::conditional< FeatureBase<Features...>::has_feature<F>::value, FeatureBase<Features...>, FeatureBase<Features...,F> >::type |
Definition at line 77 of file FeatureBase.hpp.