Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template arithmetic_vector_size<std::tr1::array< Value, N >>

boost::numeric::quadrature::arithmetic_vector_size<std::tr1::array< Value,N >>

Synopsis

template<typename Value, std::size_t N> 
struct arithmetic_vector_size<std::tr1::array< 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