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::resize_impl_sfinae< T1, T2, typename boost::enable_if< typename boost::mpl::and_< is_resizeable_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 void resize (T1 &x1, const T2 &x2)
 

Member Function Documentation

template<typename T1 , typename T2 >
static void boost::numeric::odeint::resize_impl_sfinae< T1, T2, typename boost::enable_if< typename boost::mpl::and_< is_resizeable_multi_array< T1 >, is_multi_array< T2 >, boost::mpl::bool_< T1::dimensionality==T2::dimensionality > >::type >::type >::resize ( T1 &  x1,
const T2 &  x2 
)
inlinestatic

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