Public Types | |
| using | self_type = xfunction_iterator<F, CT...> |
| using | functor_type = typename std::remove_reference<F>::type |
| using | xfunction_type = xfunction<F, CT...> |
| using | value_type = typename xfunction_type::value_type |
| using | reference = typename xfunction_type::value_type |
| using | pointer = typename xfunction_type::const_pointer |
| using | difference_type = typename xfunction_type::difference_type |
| using | iterator_category = std::random_access_iterator_tag |
Public Member Functions | |
Broadcasting | |
| template<class... It> | |
| xfunction_iterator (const xfunction_type *func, It &&... it) noexcept | |
| self_type & | operator++ () |
| self_type & | operator-- () |
| self_type & | operator+= (difference_type n) |
| self_type & | operator-= (difference_type n) |
| difference_type | operator- (const self_type &rhs) const |
| reference | operator* () const |
| bool | equal (const self_type &rhs) const |
| bool | less_than (const self_type &rhs) const |
| template<std::size_t... I> | |
| auto | tuple_max_diff (std::index_sequence< I... >, const data_type &lhs, const data_type &rhs) const -> difference_type |
Definition at line 382 of file xfunction.hpp.
| using xt::xfunction_iterator< F, CT >::difference_type = typename xfunction_type::difference_type |
Definition at line 398 of file xfunction.hpp.
| using xt::xfunction_iterator< F, CT >::functor_type = typename std::remove_reference<F>::type |
Definition at line 392 of file xfunction.hpp.
| using xt::xfunction_iterator< F, CT >::iterator_category = std::random_access_iterator_tag |
Definition at line 399 of file xfunction.hpp.
| using xt::xfunction_iterator< F, CT >::pointer = typename xfunction_type::const_pointer |
Definition at line 397 of file xfunction.hpp.
| using xt::xfunction_iterator< F, CT >::reference = typename xfunction_type::value_type |
Definition at line 396 of file xfunction.hpp.
| using xt::xfunction_iterator< F, CT >::self_type = xfunction_iterator<F, CT...> |
Definition at line 391 of file xfunction.hpp.
| using xt::xfunction_iterator< F, CT >::value_type = typename xfunction_type::value_type |
Definition at line 395 of file xfunction.hpp.
| using xt::xfunction_iterator< F, CT >::xfunction_type = xfunction<F, CT...> |
Definition at line 393 of file xfunction.hpp.
|
inlinenoexcept |
Definition at line 900 of file xfunction.hpp.
|
inline |
Definition at line 969 of file xfunction.hpp.
|
inline |
Definition at line 979 of file xfunction.hpp.
|
inline |
Definition at line 957 of file xfunction.hpp.
|
inline |
Definition at line 907 of file xfunction.hpp.
|
inline |
Definition at line 929 of file xfunction.hpp.
|
inline |
Definition at line 951 of file xfunction.hpp.
|
inline |
Definition at line 918 of file xfunction.hpp.
|
inline |
Definition at line 940 of file xfunction.hpp.
|
inline |
Definition at line 990 of file xfunction.hpp.