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::detail::same_size_fusion Struct Reference

#include <same_size.hpp>

Public Types

typedef bool result_type
 

Public Member Functions

template<class S1 , class S2 >
bool operator() (const S1 &x1, const S2 &x2) const
 
template<class S1 , class S2 >
bool same_size_op (const S1 &x1, const S2 &x2, boost::true_type) const
 
template<class S1 , class S2 >
bool same_size_op (const S1 &x1, const S2 &x2, boost::false_type) const
 

Member Typedef Documentation

Member Function Documentation

template<class S1 , class S2 >
bool boost::numeric::odeint::detail::same_size_fusion::operator() ( const S1 &  x1,
const S2 &  x2 
) const
inline

References same_size_op().

template<class S1 , class S2 >
bool boost::numeric::odeint::detail::same_size_fusion::same_size_op ( const S1 &  x1,
const S2 &  x2,
boost::true_type   
) const
inline
template<class S1 , class S2 >
bool boost::numeric::odeint::detail::same_size_fusion::same_size_op ( const S1 &  x1,
const S2 &  x2,
boost::false_type   
) const
inline

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