|
template<typename > |
using | cast_op_type = Type |
|
|
bool | load (handle, bool)=delete |
|
| operator Type ()=delete |
|
|
static handle | cast (const Type &src, return_value_policy, handle) |
|
static handle | cast (const Type *src, return_value_policy policy, handle parent) |
|
|
static constexpr auto | name = props::descriptor |
|
|
using | Matrix = Eigen::Matrix< typename Type::Scalar, Type::RowsAtCompileTime, Type::ColsAtCompileTime > |
|
using | props = EigenProps< Matrix > |
|
template<typename Type>
struct type_caster< Type, enable_if_t< is_eigen_other< Type >::value > >
Definition at line 519 of file eigen.h.
The documentation for this struct was generated from the following file: