Searched refs:extract_from_attribute (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/spirit/home/karma/detail/ |
D | extract_from.hpp | 81 struct extract_from_attribute struct 87 struct extract_from_attribute<boost::optional<Attribute>, Exposed> struct 99 struct extract_from_attribute<boost::optional<Attribute const>, Exposed> struct 112 struct extract_from_attribute<reference_wrapper<Attribute>, Exposed> struct 212 return extract_from_attribute<Attribute, Exposed>::call(attr, ctx); in extract_from() 262 , traits::extract_from_attribute<Attribute, Exposed> >::type
|
/third_party/boost/boost/spirit/home/karma/ |
D | phoenix_attributes.hpp | 117 struct extract_from_attribute<phoenix::actor<Eval>, Exposed> struct
|
/third_party/boost/boost/spirit/home/support/ |
D | attributes_fwd.hpp | 142 struct extract_from_attribute;
|
D | adapt_adt_attributes.hpp | 193 struct extract_from_attribute< struct
|
/third_party/boost/libs/spirit/doc/advanced/ |
D | customization_points.qbk | 1286 `extract_from_attribute` is utilized to adapt this extraction for any data type possibly 1314 struct extract_from_attribute 1327 exposed by the component the `extract_from_attribute` is 1351 ``extract_from_attribute<Exposed, Attrib>::call(attr, ctx)``] 1383 The customization point `extract_from_attribute` needs to be implemented for a
|