Public Member Functions | Private Attributes | Friends | List of all members
absl::str_format_internal::Streamable Class Reference

#include <bind.h>

Public Member Functions

std::ostream & Print (std::ostream &os) const
 
std::ostream & Print (std::ostream &os) const
 
 Streamable (const UntypedFormatSpecImpl &format, absl::Span< const FormatArgImpl > args)
 
 Streamable (const UntypedFormatSpecImpl &format, absl::Span< const FormatArgImpl > args)
 

Private Attributes

absl::Span< const FormatArgImplargs_
 
FormatArgImpl few_args_ [4]
 
const UntypedFormatSpecImplformat_
 
std::vector< FormatArgImplmany_args_
 

Friends

std::ostream & operator<< (std::ostream &os, const Streamable &l)
 
std::ostream & operator<< (std::ostream &os, const Streamable &l)
 

Detailed Description

Definition at line 176 of file abseil-cpp/absl/strings/internal/str_format/bind.h.

Constructor & Destructor Documentation

◆ Streamable() [1/2]

absl::str_format_internal::Streamable::Streamable ( const UntypedFormatSpecImpl format,
absl::Span< const FormatArgImpl args 
)
inline

◆ Streamable() [2/2]

absl::str_format_internal::Streamable::Streamable ( const UntypedFormatSpecImpl format,
absl::Span< const FormatArgImpl args 
)
inline

Member Function Documentation

◆ Print() [1/2]

std::ostream& absl::str_format_internal::Streamable::Print ( std::ostream &  os) const

◆ Print() [2/2]

std::ostream & absl::str_format_internal::Streamable::Print ( std::ostream &  os) const

Friends And Related Function Documentation

◆ operator<< [1/2]

std::ostream& operator<< ( std::ostream &  os,
const Streamable l 
)
friend

◆ operator<< [2/2]

std::ostream& operator<< ( std::ostream &  os,
const Streamable l 
)
friend

Member Data Documentation

◆ args_

absl::Span< const FormatArgImpl > absl::str_format_internal::Streamable::args_
private

◆ few_args_

FormatArgImpl absl::str_format_internal::Streamable::few_args_
private
Initial value:
= {FormatArgImpl(0), FormatArgImpl(0),
FormatArgImpl(0), FormatArgImpl(0)}

Definition at line 202 of file abseil-cpp/absl/strings/internal/str_format/bind.h.

◆ format_

const UntypedFormatSpecImpl & absl::str_format_internal::Streamable::format_
private

◆ many_args_

std::vector< FormatArgImpl > absl::str_format_internal::Streamable::many_args_
private

The documentation for this class was generated from the following files:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:55