|
| constexpr bool | contains (ice::ShardID shardid) const noexcept |
| constexpr auto | count_of (ice::ShardID shardid) const noexcept -> ice::ncount |
| constexpr auto | find_first_of (ice::ShardID shardid, ice::nindex offset=ice::nindex_none) const noexcept -> ice::Shard |
| constexpr auto | find_last_of (ice::ShardID shardid, ice::nindex offset=ice::nindex_none) const noexcept -> ice::Shard |
| template<typename Fn, typename... Args> |
| constexpr auto | for_each (ice::ShardID shardid, Fn &&callback, Args &&... args) const noexcept -> ice::ncount |
| template<typename T> |
| constexpr bool | inspect_first (ice::ShardID shardid, T &payload) const noexcept |
| template<typename T> |
| constexpr bool | inspect_last (ice::ShardID shard, T &payload) const noexcept |
| template<typename T, ice::ContainerLogic Logic> |
| constexpr auto | inspect_all (ice::ShardID shardid, ice::Array< T, Logic > &payloads) const noexcept -> ice::ncount |
| template<typename T, typename Fn> |
| constexpr auto | inspect_each (ice::ShardID shardid, Fn &&callback) noexcept -> ice::ncount |
| constexpr void | remove_all_of (this ShardContainer &self, ice::ShardID shardid) noexcept |
| template<std::size_t Count> |
| constexpr void | push_back (ice::Shard const(&shards_array)[Count]) noexcept |
| | Array (ice::Allocator &alloc) noexcept |
| | ~Array () noexcept |
| auto | operator= (Array &&other) noexcept -> Array & |
| constexpr auto | size () const noexcept -> SizeType |
| constexpr auto | data (this Self &self) noexcept -> ice::container::ValuePtr< Self > |
| constexpr auto | capacity () const noexcept -> SizeType |
| constexpr void | set_capacity (SizeType new_capacity) noexcept |
| constexpr void | resize (SizeType new_size) noexcept |
| constexpr void | clear () noexcept |
| void | push_back (ItemType &&item) noexcept |
| void | pop_back (ice::ncount count=1_count) noexcept |
| void | remove_at (ice::nindex index) noexcept |
| constexpr auto | data_view (this Array const &self) noexcept -> ice::Data |
| constexpr auto | memory_view (this Array &self) noexcept -> ice::Memory |
| | operator ice::Span< ice::Shard > () noexcept |
| | operator ice::Span< ice::Shard const > () const noexcept |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | first (this Self &&self) noexcept -> ice::container::ValueRef< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | last (this Self &&self) noexcept -> ice::container::ValueRef< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | subspan (this Self &&self, ice::nindex from, ice::ncount count=ice::ncount_none) noexcept -> ice::container::SpanType< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | subspan (this Self &&self, ice::ref32 refval) noexcept -> ice::container::SpanType< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | headspan (this Self &&self, ice::ncount count=1) noexcept -> ice::container::SpanType< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | tailspan (this Self &&self, ice::nindex offset=1) noexcept -> ice::container::SpanType< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | begin (this Self &&self) noexcept -> ice::container::Iterator< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | end (this Self &&self) noexcept -> ice::container::Iterator< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | rbegin (this Self &&self) noexcept -> ice::container::ReverseIterator< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | rend (this Self &&self) noexcept -> ice::container::ReverseIterator< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | index_of (this Self const &self, ice::container::ValueRef< Self > value) noexcept -> ice::nindex |
| template<ice::concepts::ContiguousContainer Self, typename Predicate, typename... Args> |
| constexpr auto | index_of (this Self const &self, Predicate const &predicate, Args const &... args) noexcept -> ice::nindex |
| template<ice::concepts::ContiguousContainer Self> |
| constexpr auto | operator[] (this Self &&self, ice::nindex index) noexcept -> ice::container::ValueRef< Self > |
| template<ice::concepts::ContiguousContainer Self> |
| auto | meminfo (this Self const &self) noexcept -> ice::meminfo |
template<ice::concepts::ContiguousResizableContainer Self>
requires (ice::concepts::TrivialContainerLogic<Self>) |
| auto | memset (this Self const &self, ice::u8 value) noexcept -> ice::Memory |
| template<ice::concepts::Container Self> |
| constexpr bool | is_empty (this Self const &self) noexcept |
| template<ice::concepts::Container Self> |
| constexpr bool | not_empty (this Self const &self) noexcept |
| template<ice::concepts::ResizableContainer Self> |
| constexpr bool | is_full (this Self const &self) noexcept |
| template<ice::concepts::ResizableContainer Self> |
| constexpr bool | not_full (this Self const &self) noexcept |
| template<ice::concepts::ResizableContainer Self> |
| constexpr void | reserve (this Self &self, ice::ncount min_capacity) noexcept |
| template<ice::concepts::ResizableContainer Self> |
| constexpr void | grow (this Self &self, ice::ncount min_capacity=ice::ncount_none) noexcept |
| template<ice::concepts::ResizableContainer Self> |
| constexpr void | shrink (this Self &self) noexcept |