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

std::false_type

Specializations

Name

HasOstreamOperator<T>

Created with MrDocs