std::map< key_t, value_t, lesser_t, allocator_t > sorted_dictionary
Represents a collection of key/value pairs that are sorted on the key.
Definition sorted_dictionary.hpp:38
Contains classes and interfaces that enable browser-server communication. This namespace includes the...
Definition css_reader.hpp:14
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::web::css::selector class.
xtd::collections::generic::sorted_dictionary< xtd::string, xtd::web::css::selector > selector_dictionary
Represents the dictionary of a selector name - selector pair.
Definition selector_dictionary.hpp:13
Contains xtd::collections::generic::sorted_dictionary <key_t, value_t> class.