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