| aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) const -> type_t | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| all(const std::function< bool(const type_t &)> &predicate) const -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| any() const noexcept -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| append(const type_t &element) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| base_type typedef | xtd::fixed_array< type_t, len > | |
| begin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| cast() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| cbegin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| cend() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| chunk(xtd::usize size) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| clear() noexcept -> void | xtd::fixed_array< type_t, len > | inline |
| concat(const ienumerable< type_t > &second) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| const_base_type typedef | xtd::fixed_array< type_t, len > | |
| const_iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| const_pointer typedef | xtd::fixed_array< type_t, len > | |
| const_reference typedef | xtd::fixed_array< type_t, len > | |
| contains(const value_type &value) const noexcept -> bool | xtd::fixed_array< type_t, len > | inline |
| xtd::collections::generic::ienumerable::contains(const type_t &value) const noexcept -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| copy_to(xtd::array< value_type > &array) const -> void | xtd::fixed_array< type_t, len > | inline |
| copy_to(xtd::array< value_type > &array, size_type array_index) const -> void | xtd::fixed_array< type_t, len > | inline |
| copy_to(const size_type index, xtd::array< value_type > &array, size_type array_index) const -> void | xtd::fixed_array< type_t, len > | inline |
| copy_to(const size_type index, xtd::array< value_type > &array, size_type array_index, size_type count) const -> void | xtd::fixed_array< type_t, len > | inline |
| count() const noexcept -> size_type | xtd::fixed_array< type_t, len > | inline |
| xtd::collections::generic::ienumerable::count() const noexcept -> xtd::usize | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| count_by(const std::function< key_t(const type_t &)> &key_selector) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| data() const noexcept -> const_pointer | xtd::fixed_array< type_t, len > | inline |
| data() noexcept -> pointer | xtd::fixed_array< type_t, len > | inline |
| default_if_empty() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| difference_type typedef | xtd::fixed_array< type_t, len > | |
| distinct() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| empty() const noexcept -> bool | xtd::fixed_array< type_t, len > | inlinevirtual |
| end() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| enumerable_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| equals(const object &obj) const noexcept -> bool override | xtd::fixed_array< type_t, len > | inlinevirtual |
| equals(const fixed_array &rhs) const noexcept -> bool override | xtd::fixed_array< type_t, len > | inline |
| xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| xtd::iequatable< fixed_array< type_t, len > >::equals(const type_t &) const noexcept=0 | xtd::iequatable< fixed_array< type_t, len > > | pure virtual |
| fill(const value_type &value) -> void | xtd::fixed_array< type_t, len > | inline |
| first_or_default(const std::function< bool(const type_t &)> &predicate, const type_t &default_value) const noexcept -> type_t | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| fixed_array()=default | xtd::fixed_array< type_t, len > | |
| fixed_array(std::initializer_list< type_t > items) | xtd::fixed_array< type_t, len > | inline |
| get_enumerator() const -> xtd::collections::generic::enumerator< value_type > override | xtd::fixed_array< type_t, len > | inlinevirtual |
| get_hash_code() const noexcept | xtd::object | virtual |
| get_type() const noexcept | xtd::object | virtual |
| ienumerable typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| index_of(const value_type &value) const noexcept -> size_type | xtd::fixed_array< type_t, len > | inline |
| index_of(const value_type &value, size_type index) const -> size_type | xtd::fixed_array< type_t, len > | inline |
| items() const noexcept -> const_base_type | xtd::fixed_array< type_t, len > | inlinevirtual |
| items() noexcept -> base_type | xtd::fixed_array< type_t, len > | inlinevirtual |
| iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| length() const noexcept -> size_type | xtd::fixed_array< type_t, len > | inlinevirtual |
| list typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| memberwise_clone() const | xtd::object | |
| object()=default | xtd::object | |
| operator[](size_type index) const -> const_reference | xtd::fixed_array< type_t, len > | inline |
| operator[](size_type index) -> reference | xtd::fixed_array< type_t, len > | inline |
| order() const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| order_by(const std::function< type_t(const type_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| order_by_descending(const std::function< key_t(const type_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| pointer typedef | xtd::fixed_array< type_t, len > | |
| reference typedef | xtd::fixed_array< type_t, len > | |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| select(auto &&selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| size() const noexcept -> size_type | xtd::fixed_array< type_t, len > | inline |
| size_type typedef | xtd::fixed_array< type_t, len > | |
| sort() -> fixed_array & | xtd::fixed_array< type_t, len > | inline |
| sort(comparison_t &&comparison) -> fixed_array & | xtd::fixed_array< type_t, len > | inline |
| sort(const xtd::collections::generic::icomparer< type_t > &comparer) -> fixed_array & | xtd::fixed_array< type_t, len > | inline |
| sort(xtd::usize index, xtd::usize count, const xtd::collections::generic::icomparer< type_t > &comparer) -> fixed_array & | xtd::fixed_array< type_t, len > | inline |
| source_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| to_array() const noexcept -> xtd::array< value_type > | xtd::fixed_array< type_t, len > | inlinevirtual |
| to_const_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
| to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
| to_list() const noexcept -> xtd::collections::generic::list< type_t > | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| to_string() const noexcept -> xtd::string override | xtd::fixed_array< type_t, len > | inlinevirtual |
| value_type typedef | xtd::fixed_array< type_t, len > | |
| where(auto &&predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |