Detects if type T supports streaming to std::ostream`s with `operator<<.
Synopsis
Declared in <absl/strings/has_ostream_operator.h>
template<
typename T,
typename = void>
struct HasOstreamOperator
: std::false_type
Base Classes
Name |
Description |
|
Specializations
Name |
Created with MrDocs