Template Struct JointBinaryVisitorBase::InternalVisitorModel
Defined in File joint-binary-visitor.hpp
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
-
template<typename JointModel1, typename JointModel2>
inline ReturnType operator()(const JointModelBase<JointModel1> &jmodel1, const JointModelBase<JointModel2> &jmodel2) const
-
template<typename JointModel1, typename JointModel2>