Template Struct AlgoFusionChecker

Struct Documentation

template<typename Scalar, int Options, template<typename, int> class JointCollectionTpl>
struct AlgoFusionChecker

Public Types

typedef bool result_type
typedef ModelTpl<Scalar, Options, JointCollectionTpl> Model

Public Functions

inline AlgoFusionChecker(const Model &model)
inline bool operator()(const bool &accumul, const boost::fusion::void_&) const
template<typename T>
inline bool operator()(const bool &accumul, const AlgorithmCheckerBase<T> &t) const

Public Members

const Model &model