Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::binary_op_base< Arg1, Arg2 > Struct Template Reference

#include <src/eigen/Eigen/src/Core/functors/BinaryFunctors.h>

+ Inheritance diagram for Eigen::internal::binary_op_base< Arg1, Arg2 >:

Public Types

typedef Arg1 first_argument_type
 
typedef Arg2 second_argument_type
 

Detailed Description

template<typename Arg1, typename Arg2>
struct Eigen::internal::binary_op_base< Arg1, Arg2 >

Member Typedef Documentation

◆ first_argument_type

template<typename Arg1 , typename Arg2 >
typedef Arg1 Eigen::internal::binary_op_base< Arg1, Arg2 >::first_argument_type

◆ second_argument_type

template<typename Arg1 , typename Arg2 >
typedef Arg2 Eigen::internal::binary_op_base< Arg1, Arg2 >::second_argument_type

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