Home
last modified time | relevance | path

Searched refs:extract_from_attribute (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/spirit/home/karma/detail/
Dextract_from.hpp81 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/
Dphoenix_attributes.hpp117 struct extract_from_attribute<phoenix::actor<Eval>, Exposed> struct
/third_party/boost/boost/spirit/home/support/
Dattributes_fwd.hpp142 struct extract_from_attribute;
Dadapt_adt_attributes.hpp193 struct extract_from_attribute< struct
/third_party/boost/libs/spirit/doc/advanced/
Dcustomization_points.qbk1286 `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