Searched defs:ConstSent (Results 1 – 2 of 2) sorted by relevance
27 struct ConstSent { struct29 constexpr ConstSent() = default; argument30 constexpr ConstSent(int ii) : i(ii) {} in ConstSent() function31 constexpr ConstSent(const Sent& s) : i(s.i) {} in ConstSent() argument32 friend constexpr bool operator==(std::tuple<int>*, const ConstSent&) { return true; } in operator ==()
26 struct ConstSent { struct28 constexpr ConstSent() = default; argument29 constexpr ConstSent(int ii) : i(ii) {} in ConstSent() argument30 constexpr ConstSent(const Sent& s) : i(s.i) {} in ConstSent() function