WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::bind1st_op< BinaryOp > Struct Template Reference

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

Inheritance diagram for Eigen::internal::bind1st_op< BinaryOp >:

Public Types

typedef BinaryOp::first_argument_type first_argument_type
 
typedef BinaryOp::second_argument_type second_argument_type
 
typedef BinaryOp::result_type result_type
 

Public Member Functions

EIGEN_DEVICE_FUNC bind1st_op (const first_argument_type &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const second_argument_type &b) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet packetOp (const Packet &b) const
 

Public Attributes

first_argument_type m_value
 

Member Typedef Documentation

◆ first_argument_type

template<typename BinaryOp >
typedef BinaryOp::first_argument_type Eigen::internal::bind1st_op< BinaryOp >::first_argument_type

◆ result_type

template<typename BinaryOp >
typedef BinaryOp::result_type Eigen::internal::bind1st_op< BinaryOp >::result_type

◆ second_argument_type

template<typename BinaryOp >
typedef BinaryOp::second_argument_type Eigen::internal::bind1st_op< BinaryOp >::second_argument_type

Constructor & Destructor Documentation

◆ bind1st_op()

template<typename BinaryOp >
EIGEN_DEVICE_FUNC Eigen::internal::bind1st_op< BinaryOp >::bind1st_op ( const first_argument_type val)
inlineexplicit

Member Function Documentation

◆ operator()()

template<typename BinaryOp >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type Eigen::internal::bind1st_op< BinaryOp >::operator() ( const second_argument_type b) const
inline

◆ packetOp()

template<typename BinaryOp >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet Eigen::internal::bind1st_op< BinaryOp >::packetOp ( const Packet &  b) const
inline

Member Data Documentation

◆ m_value

template<typename BinaryOp >
first_argument_type Eigen::internal::bind1st_op< BinaryOp >::m_value

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