| Base typedef | QSpanPrivate::QSpanBase< T, E > | protected |
| if_compatible_iterator typedef | QSpanPrivate::QSpanCommon< T > | protected |
| if_compatible_iterator_and_sentinel typedef | QSpanPrivate::QSpanCommon< T > | protected |
| if_compatible_range typedef | QSpanPrivate::QSpanCommon< T > | protected |
| is_compatible_iterator typedef | QSpanPrivate::QSpanCommon< T > | protected |
| is_compatible_iterator_and_sentinel typedef | QSpanPrivate::QSpanCommon< T > | protected |
| is_compatible_range typedef | QSpanPrivate::QSpanCommon< T > | protected |
| m_data | QSpanPrivate::QSpanBase< T, E > | protected |
| m_size | QSpanPrivate::QSpanBase< T, E > | protectedstatic |
| QSpanBase() noexcept | QSpanPrivate::QSpanBase< T, E > | inline |
| QSpanBase(It first, qsizetype count) | QSpanPrivate::QSpanBase< T, E > | inlineexplicit |
| QSpanBase(It first, End last) | QSpanPrivate::QSpanBase< T, E > | inlineexplicit |
| QSpanBase(q20::type_identity_t< T >(&arr)[N]) noexcept | QSpanPrivate::QSpanBase< T, E > | inline |
| QSpanBase(std::array< S, N > &arr) noexcept | QSpanPrivate::QSpanBase< T, E > | inline |
| QSpanBase(const std::array< S, N > &arr) noexcept | QSpanPrivate::QSpanBase< T, E > | inline |
| QSpanBase(Range &&r) | QSpanPrivate::QSpanBase< T, E > | inline |
| QSpanBase(QSpan< S, E > other) noexcept | QSpanPrivate::QSpanBase< T, E > | inline |
| QSpanBase(QSpan< S > other) | QSpanPrivate::QSpanBase< T, E > | inline |
| QSpanBase(std::initializer_list< std::remove_cv_t< T > > il) | QSpanPrivate::QSpanBase< T, E > | inline |