WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::binary_op_base< Arg1, Arg2 > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/functors/BinaryFunctors.h>

Public Types

typedef Arg1 first_argument_type
 
typedef Arg2 second_argument_type
 

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: