xtd 0.2.0
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 string_map = std::map< xtd::ustring, xtd::ustring >
 Implements a std::map with the key and the value strongly typed to be strings. More...
 
using string_pair = std::pair< xtd::ustring, xtd::ustring >
 Implements a std::pair with the key and the value strongly typed to be strings. More...
 
using string_vector = std::vector< xtd::ustring >
 Represents a collection of strings. More...