xtd 0.2.0
Loading...
Searching...
No Matches
any_pair.h
Go to the documentation of this file.
1
4#pragma once
6#include "../any.h"
7#include <utility>
8
10namespace xtd {
12 namespace collections {
27 }
28}
xtd::collections::generic::key_value_pair< std::any, std::any > any_pair
Implements a std::pair with the key and the value strongly typed to be std::any.
Definition any_pair.h:26
std::pair< key_t, value_t > key_value_pair
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.h:29
Contains xtd::collections::key_value_pair alias.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10