Searched refs:StructWithOperator (Results 1 – 1 of 1) sorted by relevance
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,