Searched defs:pass_container (Results 1 – 1 of 1) sorted by relevance
265 struct pass_container struct267 typedef typename F::context_type context_type;268 typedef typename F::iterator_type iterator_type;270 pass_container(F const& f_, Attr& attr_) in pass_container() function276 bool dispatch_container(Component const& component, mpl::false_) const in dispatch_container()298 bool dispatch_container(Component const& component, mpl::true_) const in dispatch_container()307 bool dispatch_attribute(Component const& component, mpl::false_) const in dispatch_attribute()314 bool dispatch_attribute(Component const& component, mpl::true_) const in dispatch_attribute()337 bool operator()(Component const& component) const in operator ()()354 F f;[all …]