#include <bind.h>
Public Member Functions | |
std::ostream & | Print (std::ostream &os) const |
Streamable (const UntypedFormatSpecImpl &format, absl::Span< const FormatArgImpl > args) | |
Private Attributes | |
absl::InlinedVector < FormatArgImpl, 4 > | args_ |
const UntypedFormatSpecImpl & | format_ |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Streamable &l) |
absl::str_format_internal::Streamable::Streamable | ( | const UntypedFormatSpecImpl & | format, |
absl::Span< const FormatArgImpl > | args | ||
) | [inline] |
std::ostream & absl::str_format_internal::Streamable::Print | ( | std::ostream & | os | ) | const |
std::ostream& operator<< | ( | std::ostream & | os, |
const Streamable & | l | ||
) | [friend] |
const UntypedFormatSpecImpl& absl::str_format_internal::Streamable::format_ [private] |