Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template arithmetic_vector_size<Value(&)[N]>

boost::numeric::quadrature::arithmetic_vector_size<Value(&)[N]>

Synopsis

template<typename Value, int N> 
struct arithmetic_vector_size<Value(&)[N]> {

  // public member functions
   BOOST_STATIC_CONSTANT(int, value = N) ;
};

Description

arithmetic_vector_size public member functions

  1.  BOOST_STATIC_CONSTANT(int, value = N) ;
Copyright © 2007 Hugo Duncan

PrevUpHomeNext