xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
collections definitions.
Typedefs | |
using | xtd::collections::any_pair = std::pair< std::any, std::any > |
Implements a std::pair with the key and the value strongly typed to be std::any. | |
using | xtd::collections::specialized::string_map = std::map< xtd::ustring, xtd::ustring > |
Implements a std::map with the key and the value strongly typed to be strings. | |
using | xtd::collections::specialized::string_pair = std::pair< xtd::ustring, xtd::ustring > |
Implements a std::pair with the key and the value strongly typed to be strings. | |
using | xtd::collections::specialized::string_vector = std::vector< xtd::ustring > |
Represents a collection of strings. | |
using | xtd::collections::vector_list = std::vector< std::any > |
Represents a collection of std::any. | |
using xtd::collections::any_pair = typedef std::pair<std::any, std::any> |
#include <xtd.core/include/xtd/collections/any_pair.h>
Implements a std::pair with the key and the value strongly typed to be std::any.
using xtd::collections::specialized::string_map = typedef std::map<xtd::ustring, xtd::ustring> |
#include <xtd.core/include/xtd/collections/specialized/string_map.h>
Implements a std::map with the key and the value strongly typed to be strings.
using xtd::collections::specialized::string_pair = typedef std::pair<xtd::ustring, xtd::ustring> |
#include <xtd.core/include/xtd/collections/specialized/string_pair.h>
Implements a std::pair with the key and the value strongly typed to be strings.
using xtd::collections::specialized::string_vector = typedef std::vector<xtd::ustring> |
#include <xtd.core/include/xtd/collections/specialized/string_vector.h>
Represents a collection of strings.
using xtd::collections::vector_list = typedef std::vector<std::any> |
#include <xtd.core/include/xtd/collections/vector_list.h>
Represents a collection of std::any.