CAPD RedHom Library
capd::complex::SubRangeSize< Seq, D > Struct Template Reference

#include <capd/complex/ComplexSelector.h>

Public Types

typedef boost::mpl::int_< boost::mpl::size< Seq >::value/D > size
 
typedef boost::mpl::max< size, boost::mpl::int_< 1 > >::type type
 

Member Typedef Documentation

template<typename Seq , int D>
typedef boost::mpl::int_<boost::mpl::size<Seq>::value / D> capd::complex::SubRangeSize< Seq, D >::size
template<typename Seq , int D>
typedef boost::mpl::max<size, boost::mpl::int_<1> >::type capd::complex::SubRangeSize< Seq, D >::type