Searched defs:logical_function (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/spirit/home/support/utree/ |
| D | operators.hpp | 283 struct logical_function struct 285 typedef utree result_type; 291 utree operator()(A const& a, B const& b) const in operator ()() 300 utree dispatch(A const& a, B const& b, mpl::true_, mpl::true_) const in dispatch() 307 utree dispatch(A const&, B const& b, mpl::false_, mpl::true_) const in dispatch() 314 utree dispatch(A const& a, B const&, mpl::true_, mpl::false_) const in dispatch() 321 utree dispatch(A const&, B const&, mpl::false_, mpl::false_) const in dispatch() 328 utree operator()(A const& a) const in operator ()() 335 utree dispatch(A const& a, mpl::true_) const in dispatch() 342 utree dispatch(A const&, mpl::false_) const in dispatch()
|