Home
last modified time | relevance | path

Searched defs:transform_attribute (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dattributes.hpp68 struct transform_attribute struct
80 struct transform_attribute<boost::optional<Exposed>, Transformed struct
83 typedef Transformed& type;
84 static Transformed& pre(boost::optional<Exposed>& val) in pre()
90 static void post(boost::optional<Exposed>&, Transformed const&) {} in post()
91 static void fail(boost::optional<Exposed>& val) in fail()
99 struct transform_attribute<Attribute&, Attribute> struct
101 typedef Attribute& type;
102 static Attribute& pre(Attribute& val) { return val; } in pre()
103 static void post(Attribute&, Attribute const&) {} in post()
[all …]