xtd 0.2.0
Loading...
Searching...
No Matches
__list_definition.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <cstddef>
6
8namespace xtd {
10 namespace collections {
12 namespace generic {
14 template<class type_t, class allocator_t = xtd::collections::generic::helpers::allocator<type_t>>
15 class list;
17 }
18 }
19}
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition list.hpp:80
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:16
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8