| aggregate(const std::function< char_t(const char_t &, const char_t &)> &func) const -> char_t | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| aggregate(const char_t &seed, const std::function< char_t(const char_t &, const char_t &)> &func) const -> char_t | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| aggregate(const accumulate_t &seed, const std::function< accumulate_t(const accumulate_t &, const char_t &)> &func) const -> accumulate_t | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| aggregate(const char_t &seed, const std::function< char_t(const char_t &, const char_t &)> &func, const std::function< char_t(const char_t &)> &result_selector) const -> char_t | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| aggregate(const accumulate_t &seed, const std::function< accumulate_t(const accumulate_t &, const char_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) const -> result_t | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| all(const std::function< bool(const char_t &)> &predicate) const -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| allocator_type typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| any() const noexcept -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| any(const std::function< bool(const char_t &)> &predicate) const -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| append(const char_t &element) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| base_type typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| basic_string()=default | xtd::basic_string< char_t, traits_t, allocator_t > | |
| basic_string(basic_string &&)=default | xtd::basic_string< char_t, traits_t, allocator_t > | |
| basic_string(std::basic_string< char_t > &&str) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const basic_string< char > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const basic_string< xtd::char16 > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const basic_string< xtd::char32 > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const basic_string< xtd::char8 > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const basic_string< xtd::wchar > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const std::basic_string< char > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const std::basic_string< xtd::char16 > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const std::basic_string< xtd::char32 > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const std::basic_string< xtd::char8 > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const std::basic_string< xtd::wchar > &str) noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(char character, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(xtd::char16 character, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(xtd::char32 character, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(xtd::char8 character, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(xtd::wchar character, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const char *str) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const xtd::char16 *str) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const xtd::char32 *str) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const xtd::char8 *str) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const xtd::wchar *str) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const char *str, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const xtd::char16 *str, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const xtd::char32 *str, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const xtd::char8 *str, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const xtd::wchar *str, xtd::size count) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(input_iterator_t first, input_iterator_t last) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(const std::basic_string_view< char_t > &str) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(std::initializer_list< char > il) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(std::initializer_list< xtd::char16 > il) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(std::initializer_list< xtd::char32 > il) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(std::initializer_list< xtd::char8 > il) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| basic_string(std::initializer_list< xtd::wchar > il) | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| begin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinevirtual |
| begin() -> iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinevirtual |
| bpos | xtd::basic_string< char_t, traits_t, allocator_t > | inlinestatic |
| c_str() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| cast() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| cbegin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinevirtual |
| cend() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinevirtual |
| chars() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| chars() noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| chunk(xtd::size size) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| class_name() | xtd::basic_string< char_t, traits_t, allocator_t > | inlinestatic |
| class_name(const object_t &object) | xtd::basic_string< char_t, traits_t, allocator_t > | inlinestatic |
| class_name(const std::type_info &info) | xtd::basic_string< char_t, traits_t, allocator_t > | inlinestatic |
| compare(const basic_string &str) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| compare(size_type pos1, size_type count1, const basic_string &str) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| compare(size_type pos1, size_type count1, const basic_string &str, size_type pos2) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| compare(size_type pos1, size_type count1, const basic_string &str, size_type pos2, size_type count2) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| compare(const_pointer s) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| compare_to(const basic_string< char_t, traits_t, allocator_t > &obj) const noexcept=0 | xtd::icomparable< basic_string< char_t, traits_t, allocator_t > > | pure virtual |
| concat(const ienumerable< char_t > &second) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| const_iterator typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| const_pointer typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| const_reference typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| const_reverse_iterator typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| contains(const char_t &value) const noexcept -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| contains(const char_t &value, const xtd::collections::generic::iequality_comparer< char_t > &comparer) const noexcept -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| count() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| xtd::collections::generic::ienumerable< char_t >::count(const std::function< bool(const char_t &)> &predicate) const noexcept -> xtd::size | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| xtd::collections::generic::ienumerable< char_t >::count(const char_t &value) const noexcept -> xtd::size | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| count_by(const std::function< key_t(const char_t &)> &key_selector) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| count_by(const std::function< key_t(const char_t &)> &key_selector, const xtd::collections::generic::iequality_comparer< key_t > &key_comparer) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| data() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| default_if_empty() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| default_if_empty(const char_t &default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| difference_type typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| distinct() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| distinct(const xtd::collections::generic::iequality_comparer< char_t > &comparer) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| empty() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| empty_string | xtd::basic_string< char_t, traits_t, allocator_t > | static |
| end() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinevirtual |
| end() -> iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinevirtual |
| enumerable_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| enumerator_type typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| epos | xtd::basic_string< char_t, traits_t, allocator_t > | inlinestatic |
| xtd::equals(const object &obj) const noexcept | xtd::object | virtual |
| xtd::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| xtd::iequatable< basic_string< char_t, traits_t, allocator_t > >::equals(const basic_string< char_t, traits_t, allocator_t > &) const noexcept=0 | xtd::iequatable< basic_string< char_t, traits_t, allocator_t > > | pure virtual |
| first_or_default(const std::function< bool(const char_t &)> &predicate, const char_t &default_value) const noexcept -> char_t | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| first_or_default(const std::function< bool(const char_t &)> &predicate) const noexcept -> char_t | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| first_or_default(const char_t default_value) const noexcept -> char_t | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| first_or_default() const noexcept -> char_t | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| full_class_name() | xtd::basic_string< char_t, traits_t, allocator_t > | inlinestatic |
| full_class_name(const object_t &object) | xtd::basic_string< char_t, traits_t, allocator_t > | inlinestatic |
| full_class_name(const std::type_info &info) | xtd::basic_string< char_t, traits_t, allocator_t > | inlinestatic |
| get_enumerator() const -> xtd::collections::generic::enumerator< char_t >=0 | xtd::collections::generic::ienumerable< char_t > | pure virtual |
| get_hash_code() const noexcept | xtd::object | virtual |
| get_type() const noexcept | xtd::object | virtual |
| ienumerable typedef | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| is_empty() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| iterator typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| length() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| list typedef | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| memberwise_clone() const | xtd::object | |
| npos | xtd::basic_string< char_t, traits_t, allocator_t > | inlinestatic |
| object()=default | xtd::object | |
| order() | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| order(const xtd::collections::generic::icomparer< char_t > &comparer) | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| order_by(const std::function< char_t(const char_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| order_by(const std::function< key_t(const char_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| order_by_descending(const std::function< key_t(const char_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| order_by_descending(const std::function< char_t(const char_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| pointer typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| reference typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| reverse_iterator typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| select(const std::function< result_t(const char_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| select(const std::function< char_t(const char_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| select(const std::function< result_t(const char_t &, xtd::size index)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| select(const std::function< char_t(const char_t &, xtd::size index)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| size() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| size_type typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| source_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| to_array() const noexcept -> xtd::array< char_t > | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| 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< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinestatic |
| to_const_iterator(typename source_collection_t::const_iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_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< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinestatic |
| to_iterator(typename source_collection_t::iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinestatic |
| to_iterator(typename source_collection_t::const_iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinestatic |
| to_iterator(typename source_collection_t::iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexcept -> typename target_collection_t::iterator | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinestatic |
| to_list() const noexcept -> xtd::collections::generic::list< char_t > | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| to_string() const | xtd::object | virtual |
| traits_type typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| value_type typedef | xtd::basic_string< char_t, traits_t, allocator_t > | |
| where(const std::function< bool(const char_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| where(const std::function< bool(const char_t &, xtd::size)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |