Searched refs:StructWithOperator (Results 1 – 2 of 2) sorted by relevance
23 struct StructWithOperator {}; struct24 std::ostream& operator<<(std::ostream& os, const StructWithOperator& v) { in operator <<()59 static_assert(internal::SupportsOstreamOperator<StructWithOperator>,61 static_assert(internal::SupportsOstreamOperator<const StructWithOperator&>,
24 struct StructWithOperator {}; struct25 std::ostream& operator<<(std::ostream& os, const StructWithOperator& v) { in operator <<()68 static_assert(internal::SupportsOstreamOperator<StructWithOperator>::value,71 internal::SupportsOstreamOperator<const StructWithOperator&>::value,