|
typedef Container::value_type | data_type |
|
typedef Container::difference_type | difference_type |
|
typedef Container::size_type | index_type |
|
typedef Container::value_type | key_type |
|
typedef Container::size_type | size_type |
|
typedef std::vector< data_type, SliceAllocator > | slice_vector_type |
|
static void | delete_item (Container &, index_type) |
|
static void | delete_slice (Container &, index_type, index_type) |
|
static void | extension_def (Class &) |
|
static bp::object | get_slice (Container &container, index_type from, index_type to) |
|
static void | set_slice (Container &container, index_type from, index_type to, data_type const &v) |
|
static void | set_slice (Container &container, index_type from, index_type to, Iter first, Iter last) |
|
static constexpr std::size_t | Size |
|
template<typename Container, bool NoProxy, class SliceAllocator>
class eigenpy::details::final_array_derived_policies< Container, NoProxy, SliceAllocator >
Definition at line 21 of file std-array.hpp.