#include <depends_on.hpp>
Public Types | |
typedef mpl::transform_view < Features, feature_of < as_feature< mpl::_ > > > | features_list |
typedef feature_of< typename feature_tag< Accumulator > ::type >::type | the_feature |
typedef mpl::contains < features_list, the_feature > ::type | type |
typedef mpl::transform_view<Features, feature_of<as_feature<mpl::_> > > boost::accumulators::detail::contains_feature_of< Features, Accumulator >::features_list |
typedef feature_of<typename feature_tag<Accumulator>::type>::type boost::accumulators::detail::contains_feature_of< Features, Accumulator >::the_feature |
typedef mpl::contains<features_list, the_feature>::type boost::accumulators::detail::contains_feature_of< Features, Accumulator >::type |