Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::odeint::same_size_impl_sfinae< T1, T2, typename boost::enable_if< typename boost::mpl::and_< is_multi_array< T1 >, is_multi_array< T2 >, boost::mpl::bool_< T1::dimensionality==T2::dimensionality > >::type >::type > Struct Template Reference

#include <multi_array_adaption.hpp>

Static Public Member Functions

static bool same_size (T1 const &x1, T2 const &x2)
 

Member Function Documentation

template<typename T1 , typename T2 >
static bool boost::numeric::odeint::same_size_impl_sfinae< T1, T2, typename boost::enable_if< typename boost::mpl::and_< is_multi_array< T1 >, is_multi_array< T2 >, boost::mpl::bool_< T1::dimensionality==T2::dimensionality > >::type >::type >::same_size ( T1 const &  x1,
T2 const &  x2 
)
inlinestatic

The documentation for this struct was generated from the following file: