template <typename T, typename = void>
struct HasOstreamOperator
Defined at line 30 of file ../../third_party/abseil-cpp/absl/strings/has_ostream_operator.h
Detects if type `T` supports streaming to `std::ostream`s with `operator
<
<
`.