Template Struct JointBinaryVisitorBase::InternalVisitorModel

Nested Relationships

This struct is a nested type of Template Struct JointBinaryVisitorBase.

Inheritance Relationships

Base Type

  • public boost::static_visitor< ReturnType >

Struct Documentation

template<typename ArgType, typename Dummy = void>
struct InternalVisitorModel : public boost::static_visitor<ReturnType>

Public Functions

inline InternalVisitorModel(ArgType args)
template<typename JointModel1, typename JointModel2>
inline ReturnType operator()(const JointModelBase<JointModel1> &jmodel1, const JointModelBase<JointModel2> &jmodel2) const

Public Members

ArgType args