|
using | Scalar = typename Type::Scalar |
|
using | props = EigenProps< Type > |
|
template<typename T > |
using | cast_op_type = movable_cast_op_type< T > |
|
|
bool | load (handle src, bool convert) |
|
| operator Type * () |
|
| operator Type & () |
|
| operator Type && ()&& |
|
|
static handle | cast (Type &&src, return_value_policy, handle parent) |
|
static handle | cast (const Type &&src, return_value_policy, handle parent) |
|
static handle | cast (Type &src, return_value_policy policy, handle parent) |
|
static handle | cast (const Type &src, return_value_policy policy, handle parent) |
|
static handle | cast (Type *src, return_value_policy policy, handle parent) |
|
static handle | cast (const Type *src, return_value_policy policy, handle parent) |
|
|
static constexpr auto | name = props::descriptor |
|
|
template<typename CType > |
static handle | cast_impl (CType *src, return_value_policy policy, handle parent) |
|
template<typename Type>
struct type_caster< Type, enable_if_t< is_eigen_dense_plain< Type >::value > >
Definition at line 252 of file eigen.h.
The documentation for this struct was generated from the following file: