Searched defs:common_tree_match_policy (Results 1 – 1 of 1) sorted by relevance
678 struct common_tree_match_policy : public match_policy struct680 common_tree_match_policy() in common_tree_match_policy() argument685 common_tree_match_policy(PolicyT const & policies) in common_tree_match_policy() argument691 struct result { typedef tree_match<IteratorT, NodeFactoryT, U> type; };693 typedef tree_match<IteratorT, NodeFactoryT, T> match_t;694 typedef IteratorT iterator_t;695 typedef TreePolicyT tree_policy_t;696 typedef NodeFactoryT factory_t;698 static const match_t no_match() { return match_t(); } in no_match()699 static const match_t empty_match() in empty_match()[all …]