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