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
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}
std::type_info type
Stores information about a type.
Definition type.hpp:23
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:15