PrevUpHomeNext

Struct template feature_instance

boost::mixin::internal::feature_instance

Synopsis

// In header: <boost/mixin/feature.hpp>

template<typename Feature> 
struct feature_instance {

  // public static functions
  static Feature & the_feature();
};

Description

feature_instance public static functions

  1. static Feature & the_feature();

PrevUpHomeNext