Searched refs:assign_to_container_from_value (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/spirit/home/support/utree/ |
D | utree_traits.hpp | 203 struct assign_to_container_from_value< struct 217 struct assign_to_container_from_value<utree, Attribute> struct 253 struct assign_to_container_from_value<utree, utree> struct 274 struct assign_to_container_from_value<utree, utree::list_type> struct 275 : assign_to_container_from_value<utree, utree> 281 struct assign_to_container_from_value<utree::list_type, utree> struct 294 struct assign_to_container_from_value<utree::list_type, utree::list_type> struct 295 : assign_to_container_from_value<utree, utree> 302 struct assign_to_container_from_value<utree, utf8_string_type> struct 315 struct assign_to_container_from_value<utree, utf8_symbol_type> struct [all …]
|
/third_party/boost/boost/spirit/home/qi/detail/ |
D | assign_to.hpp | 244 struct assign_to_container_from_value struct 331 struct assign_to_container_from_value<Attribute, Attribute> struct 341 struct assign_to_container_from_value<Attribute, boost::optional<T> struct 352 struct assign_to_container_from_value<Attribute, reference_wrapper<T> struct 379 assign_to_container_from_value<Attribute, T>::call(val, attr); in assign_to()
|
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/ |
D | token.hpp | 496 struct assign_to_container_from_value<Attribute struct 504 struct assign_to_container_from_value<utree struct 511 struct assign_to_container_from_value< struct 591 struct assign_to_container_from_value<Attribute struct 622 struct assign_to_container_from_value< struct
|
D | position_token.hpp | 695 struct assign_to_container_from_value<Attribute struct 870 struct assign_to_container_from_value<Attribute struct 901 struct assign_to_container_from_value< struct
|
/third_party/boost/boost/spirit/home/support/ |
D | attributes_fwd.hpp | 131 struct assign_to_container_from_value;
|
/third_party/boost/libs/spirit/doc/ |
D | spirit2.qbk | 271 …link spirit.advanced.customize.assign_to.assign_to_container_from_value `traits::assign_to_contain…
|
/third_party/boost/libs/spirit/doc/advanced/ |
D | customization_points.qbk | 799 [section:assign_to_container_from_value Store an Attribute Value into a Container after a Parser Pr… 801 [heading assign_to_container_from_value] 803 The template `assign_to_container_from_value` is a type used as an attribute 829 struct assign_to_container_from_value 846 of `assign_to_container_from_value` utilizing SFINAE (i.e. 866 ``assign_to_container_from_value<Attrib, T>::call(t, attr)``] 880 The customization point `assign_to_container_from_value` needs to be 887 [endsect] [/ assign_to_container_from_value]
|
/third_party/boost/libs/spirit/doc/html/ |
D | spirit2_HTML.manifest | 269 spirit/advanced/customize/assign_to/assign_to_container_from_value.html
|