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
 
 Streamable (const UntypedFormatSpecImpl &format, absl::Span< const FormatArgImpl > args)
 

Private Attributes

absl::InlinedVector< FormatArgImpl, 4 > args_
 
const UntypedFormatSpecImplformat_
 

Friends

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

Detailed Description

Definition at line 137 of file bind.h.

Constructor & Destructor Documentation

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

Definition at line 139 of file bind.h.

Member Function Documentation

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

Definition at line 185 of file bind.cc.

Friends And Related Function Documentation

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

Definition at line 145 of file bind.h.

Member Data Documentation

absl::InlinedVector<FormatArgImpl, 4> absl::str_format_internal::Streamable::args_
private

Definition at line 151 of file bind.h.

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

Definition at line 150 of file bind.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59