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)
 
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 184 of file abseil-cpp/absl/strings/str_cat.h.

Constructor & Destructor Documentation

◆ Dec() [1/2]

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

Definition at line 191 of file abseil-cpp/absl/strings/str_cat.h.

◆ Dec() [2/2]

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

Member Data Documentation

◆ fill

char absl::Dec::fill

Definition at line 187 of file abseil-cpp/absl/strings/str_cat.h.

◆ neg

bool absl::Dec::neg

Definition at line 188 of file abseil-cpp/absl/strings/str_cat.h.

◆ value

uint64_t absl::Dec::value

Definition at line 185 of file abseil-cpp/absl/strings/str_cat.h.

◆ width

uint8_t absl::Dec::width

Definition at line 186 of file abseil-cpp/absl/strings/str_cat.h.


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


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