#include "helpers/allocator.hpp"#include "helpers/equator.hpp"#include "comparer.hpp"#include "ilist.hpp"#include "../../internal/__list_definition.hpp"#include "../../internal/__xtd_raw_array_data.hpp"#include "../object_model/read_only_collection.hpp"#include "../../action.hpp"#include "../../comparison.hpp"#include "../../converter.hpp"#include "../../intptr.hpp"#include "../../is.hpp"#include "../../object.hpp"#include "../../optional.hpp"#include "../../new_ptr.hpp"#include "../../predicate.hpp"#include "../../self.hpp"#include "../../string.hpp"Contains xtd::collections::generic::list <value_t> class.
Go to the source code of this file.
Classes | |
| class | xtd::collections::generic::list< type_t, allocator_t > |
| Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists. More... | |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| namespace | xtd::collections |
| The xtd::collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries. | |
| namespace | xtd::collections::generic |
| The xtd::collections::generic namespace contains interfaces and classes that define generic collections, which allow users to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. | |