Home
last modified time | relevance | path

Searched defs:extract_from_attribute (Results 1 – 3 of 3) 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
89 typedef Attribute const& type;
92 static type call(boost::optional<Attribute> const& attr, Context& ctx) in call()
99 struct extract_from_attribute<boost::optional<Attribute const>, Exposed> struct
101 typedef Attribute const& type;
104 static type call(boost::optional<Attribute const> const& attr, Context& ctx) in call()
112 struct extract_from_attribute<reference_wrapper<Attribute>, Exposed> struct
114 typedef Attribute const& type;
117 static type call(reference_wrapper<Attribute> const& attr, Context& ctx) in call()
/third_party/boost/boost/spirit/home/support/
Dadapt_adt_attributes.hpp193 struct extract_from_attribute< struct
198 get_return_type;
203 >::type embedded_type;
206 extracted_type;
214 >::type type;
218 call(fusion::extension::adt_attribute_proxy<T, N, Const> const& val, Context& ctx) in call()
/third_party/boost/boost/spirit/home/karma/
Dphoenix_attributes.hpp117 struct extract_from_attribute<phoenix::actor<Eval>, Exposed> struct
119 typedef typename boost::result_of<phoenix::actor<Eval>()>::type type;
122 static type call(phoenix::actor<Eval> const& f, Context& context) in call()