Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template one

boost::numeric::one

Synopsis

// In header: <boost/accumulators/numeric/functional.hpp>

template<typename T> 
struct one {
  // types
  typedef one ;      
  typedef    ;

  // public member functions
  () ;

  // public data members
  static  value;
};

Description

one public member functions

  1. () ;

PrevUpHomeNext