31AttributeFeature Selector::ATTRIBUTE(
const std::string &name) {
return AttributeFeature(name);}
definition of /b Selector class
Forward declaration of SelectorWrapper.
Selector is an interface to "standard" Features that are valid for both integral and floating point c...
std::shared_ptr< const Selector > ConstSelectorPtr
Declaration of ConstSelectorPtr.
Feature< Feature_type > abs(const Feature< Feature_type > &input)
Obtain the absolute value of a Feature. This works as you'd expect. If foo is a valid Feature,...