Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/karma/detail/
Dextract_from.hpp125 struct extract_from_container struct
128 value_type;
130 is_convertible_to_value_type;
136 >::type type;
141 static type call(Attribute const& attr, Context&, mpl::true_, Pred) in call()
155 static void append_to_string(Exposed& result, Iterator begin, Iterator end) in append_to_string()
162 static type call(Attribute const& attr, Context&, mpl::false_, mpl::true_) in call()
174 static type call(Attribute const& attr, Context&, mpl::false_, mpl::false_) in call()
180 static type call(Attribute const& attr, Context& ctx) in call()
193 struct extract_from_container<Attribute, Attribute> struct
[all …]
/third_party/boost/boost/spirit/home/support/utree/
Dutree_traits.hpp1076 struct extract_from_container<utree, utree::nil_type> struct
1078 typedef utree::nil_type type;
1081 static type call(utree const&, Context&) in call()
1088 struct extract_from_container<utree, char> struct
1090 typedef char type;
1093 static type call(utree const& t, Context&) in call()
1101 struct extract_from_container<utree, bool> struct
1103 typedef bool type;
1106 static type call(utree const& t, Context&) in call()
1113 struct extract_from_container<utree, int> struct
[all …]