xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
internal
__key_value_pair_definition.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <cstddef>
6
8
namespace
xtd::collections::generic
{
9
template
<
class
key_t = std::
nullptr
_t,
class
value_t = std::
nullptr
_t>
10
struct
key_value_pair
;
11
12
}
xtd::collections::generic
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition
comparer.hpp:16
xtd::collections::generic::key_value_pair
Defines a key/value pair that can be set or retrieved.
Definition
key_value_pair.hpp:37
Generated on Sun Aug 31 2025 20:45:32 for xtd by
Gammasoft
. All rights reserved.