Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/sequence/comparison/detail/
Dequal_to.hpp21 struct sequence_equal_to struct
23 typedef typename result_of::end<Seq1>::type end1_type;
24 typedef typename result_of::end<Seq2>::type end2_type;
29 call(I1 const&, I2 const&, mpl::true_) in call()
37 call(I1 const& a, I2 const& b, mpl::false_) in call()
46 call(I1 const& a, I2 const& b) in call()
54 struct sequence_equal_to<Seq1, Seq2, false> struct
59 call(I1 const& /*a*/, I2 const& /*b*/) in call()