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