|
JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
|
This is the complete list of members for jh::pod::span< T >, including all inherited members.
| begin() const noexcept | jh::pod::span< T > | inline |
| const_pointer typedef | jh::pod::span< T > | |
| const_reference typedef | jh::pod::span< T > | |
| data | jh::pod::span< T > | |
| difference_type typedef | jh::pod::span< T > | |
| element_type typedef | jh::pod::span< T > | |
| empty() const noexcept | jh::pod::span< T > | inline |
| end() const noexcept | jh::pod::span< T > | inline |
| first(const std::uint64_t count) const noexcept | jh::pod::span< T > | inline |
| last(const std::uint64_t count) const noexcept | jh::pod::span< T > | inline |
| len | jh::pod::span< T > | |
| operator==(const span &rhs) const =default | jh::pod::span< T > | |
| operator[](std::uint64_t index) const noexcept | jh::pod::span< T > | inline |
| pointer typedef | jh::pod::span< T > | |
| reference typedef | jh::pod::span< T > | |
| size() const noexcept | jh::pod::span< T > | inline |
| size_type typedef | jh::pod::span< T > | |
| sub(const std::uint64_t offset, const std::uint64_t count=0) const noexcept | jh::pod::span< T > | inline |
| value_type typedef | jh::pod::span< T > |