Public Member Functions | Public Attributes | Friends | List of all members
absl::str_format_internal::Flags Struct Reference

#include <extension.h>

Public Member Functions

std::string ToString () const
 

Public Attributes

bool alt: 1
 
bool basic: 1
 
bool left: 1
 
bool show_pos: 1
 
bool sign_col: 1
 
bool zero: 1
 

Friends

std::ostream & operator<< (std::ostream &os, const Flags &v)
 

Detailed Description

Definition at line 126 of file extension.h.

Member Function Documentation

std::string absl::str_format_internal::Flags::ToString ( ) const

Definition at line 56 of file extension.cc.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Flags v 
)
friend

Definition at line 134 of file extension.h.

Member Data Documentation

bool absl::str_format_internal::Flags::alt

Definition at line 131 of file extension.h.

bool absl::str_format_internal::Flags::basic

Definition at line 127 of file extension.h.

bool absl::str_format_internal::Flags::left

Definition at line 128 of file extension.h.

bool absl::str_format_internal::Flags::show_pos

Definition at line 129 of file extension.h.

bool absl::str_format_internal::Flags::sign_col

Definition at line 130 of file extension.h.

bool absl::str_format_internal::Flags::zero

Definition at line 132 of file extension.h.


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


abseil_cpp
Author(s):
autogenerated on Tue Jun 18 2019 19:44:39