xtd 0.2.0
Loading...
Searching...
No Matches
selector_map.h
Go to the documentation of this file.
1
4#pragma once
5#include "selector.h"
6#include <map>
7
9namespace xtd {
10 namespace web {
11 namespace css {
13 using selector_map = std::map<xtd::ustring, xtd::web::css::selector>;
14 }
15 }
16}
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::web::css::selector class.
std::map< xtd::ustring, xtd::web::css::selector > selector_map
Represents the map of a selector name - selector pair.
Definition selector_map.h:13