xtd
0.2.0
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::collections::generic
{
9
template<typename type_t, typename allocator_t = xtd::collections::generic::helpers::allocator<typename std::conditional<std::is_same<bool, type_t>::value, char, type_t>
::type
>>
10
class
list;
11
}
xtd::type
std::type_info type
Stores information about a type.
Definition
type.hpp:23
xtd::collections::generic
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition
comparer.hpp:15
Generated on Mon Jan 6 2025 18:27:52 for xtd by
Gammasoft
. All rights reserved.