#include "helpers/allocator.hpp"
#include "ilist.hpp"
#include "../object_model/read_only_collection.hpp"
#include "../../argument_exception.hpp"
#include "../../argument_out_of_range_exception.hpp"
#include "../../index_out_of_range_exception.hpp"
#include "../../box_integer.hpp"
#include "../../invalid_operation_exception.hpp"
#include "../../intptr.hpp"
#include "../../is.hpp"
#include "../../literals.hpp"
#include "../../object.hpp"
#include "../../new_ptr.hpp"
#include "../../ptr.hpp"
#include "../../string.hpp"
#include <utility>
#include <vector>
Contains xtd::collections::generic::list struct.
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. | |