xtd 0.2.0
Loading...
Searching...
No Matches
__key_value_pair_definition.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <cstddef>
6
9 template <typename key_t = std::nullptr_t, typename value_t = std::nullptr_t>
10 class key_value_pair;
11
12}
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:15