Public Member Functions | Public Attributes | List of all members
absl::Dec Struct Reference

#include <str_cat.h>

Public Member Functions

template<typename Int >
 Dec (Int v, PadSpec spec=absl::kNoPad, typename std::enable_if<(sizeof(Int)<=8)>::type *=nullptr)
 

Public Attributes

char fill
 
bool neg
 
uint64_t value
 
uint8_t width
 

Detailed Description

Definition at line 182 of file str_cat.h.

Constructor & Destructor Documentation

template<typename Int >
absl::Dec::Dec ( Int  v,
PadSpec  spec = absl::kNoPad 
)
inlineexplicit

Definition at line 189 of file str_cat.h.

Member Data Documentation

char absl::Dec::fill

Definition at line 185 of file str_cat.h.

bool absl::Dec::neg

Definition at line 186 of file str_cat.h.

uint64_t absl::Dec::value

Definition at line 183 of file str_cat.h.

uint8_t absl::Dec::width

Definition at line 184 of file str_cat.h.


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


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