xtensor
|
Public Types | |
using | self_type = xiterator_adaptor<I, CI> |
using | base_type = xbuffer_adaptor_base<self_type> |
using | value_type = typename base_type::value_type |
using | allocator_type = std::allocator<value_type> |
using | size_type = typename base_type::size_type |
using | iterator = typename base_type::iterator |
using | const_iterator = typename base_type::const_iterator |
using | temporary_type = uvector<value_type, allocator_type> |
Public Types inherited from xt::xbuffer_adaptor_base< xiterator_adaptor< I, CI > > | |
using | self_type |
using | derived_type |
using | inner_types |
using | value_type |
using | reference |
using | const_reference |
using | pointer |
using | const_pointer |
using | size_type |
using | difference_type |
using | iterator |
using | const_iterator |
using | reverse_iterator |
using | const_reverse_iterator |
using | index_type |
Additional Inherited Members | |
Protected Member Functions inherited from xt::xbuffer_adaptor_base< xiterator_adaptor< I, CI > > | |
xbuffer_adaptor_base (const self_type &)=default | |
xbuffer_adaptor_base (self_type &&)=default | |
self_type & | operator= (const self_type &)=default |
self_type & | operator= (self_type &&)=default |
Definition at line 441 of file xbuffer_adaptor.hpp.
using xt::xiterator_adaptor< I, CI >::allocator_type = std::allocator<value_type> |
Definition at line 448 of file xbuffer_adaptor.hpp.
using xt::xiterator_adaptor< I, CI >::base_type = xbuffer_adaptor_base<self_type> |
Definition at line 446 of file xbuffer_adaptor.hpp.
using xt::xiterator_adaptor< I, CI >::const_iterator = typename base_type::const_iterator |
Definition at line 451 of file xbuffer_adaptor.hpp.
using xt::xiterator_adaptor< I, CI >::iterator = typename base_type::iterator |
Definition at line 450 of file xbuffer_adaptor.hpp.
using xt::xiterator_adaptor< I, CI >::self_type = xiterator_adaptor<I, CI> |
Definition at line 445 of file xbuffer_adaptor.hpp.
using xt::xiterator_adaptor< I, CI >::size_type = typename base_type::size_type |
Definition at line 449 of file xbuffer_adaptor.hpp.
using xt::xiterator_adaptor< I, CI >::temporary_type = uvector<value_type, allocator_type> |
Definition at line 452 of file xbuffer_adaptor.hpp.
using xt::xiterator_adaptor< I, CI >::value_type = typename base_type::value_type |
Definition at line 447 of file xbuffer_adaptor.hpp.
|
inline |
Definition at line 1077 of file xbuffer_adaptor.hpp.
Definition at line 1120 of file xbuffer_adaptor.hpp.
Definition at line 1114 of file xbuffer_adaptor.hpp.
|
inline |
Definition at line 1085 of file xbuffer_adaptor.hpp.
|
inline |
Definition at line 1093 of file xbuffer_adaptor.hpp.
Definition at line 1105 of file xbuffer_adaptor.hpp.
Definition at line 1099 of file xbuffer_adaptor.hpp.
|
inlinenoexcept |
Definition at line 1126 of file xbuffer_adaptor.hpp.