Searched defs:extract_from_attribute (Results 1 – 3 of 3) 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 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/ |
D | adapt_adt_attributes.hpp | 193 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/ |
D | phoenix_attributes.hpp | 117 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()
|