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.
|
The xtd::collections::specialized namespace contains specialized and strongly-typed collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.
Alias | |
using | string_map = std::map< xtd::ustring, xtd::ustring > |
Implements a std::map with the key and the value strongly typed to be strings. | |
using | string_pair = std::pair< xtd::ustring, xtd::ustring > |
Implements a std::pair with the key and the value strongly typed to be strings. | |
using | string_vector = std::vector< xtd::ustring > |
Represents a collection of strings. | |