xtd 1.0.0
Loading...
Searching...
No Matches
xtd::collections::specialized Namespace Reference

Definition

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 ordered_dictionary
 Represents a collection of key/value pairs that are accessible by the key or index.
using string_collection
 Represents a collection of strings.
using string_dictionary
 Represents a xtd::collections::generic::dictionary with the key and the value strongly typed to be strings.
using string_key_value_pair
 Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to be strings.
using string_map
 Represents a std::map with the key and the value strongly typed to be strings.
using string_pair
 Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to be strings.
using string_vector
 Represents a collection of strings.