#include <str_cat.h>
List of all members.
Public Member Functions |
template<typename Int > |
| Hex (Int v, PadSpec spec=absl::kNoPad, typename std::enable_if< sizeof(Int)==1 &&!std::is_pointer< Int >::value >::type *=nullptr) |
template<typename Int > |
| Hex (Int v, PadSpec spec=absl::kNoPad, typename std::enable_if< sizeof(Int)==2 &&!std::is_pointer< Int >::value >::type *=nullptr) |
template<typename Int > |
| Hex (Int v, PadSpec spec=absl::kNoPad, typename std::enable_if< sizeof(Int)==4 &&!std::is_pointer< Int >::value >::type *=nullptr) |
template<typename Int > |
| Hex (Int v, PadSpec spec=absl::kNoPad, typename std::enable_if< sizeof(Int)==8 &&!std::is_pointer< Int >::value >::type *=nullptr) |
template<typename Pointee > |
| Hex (Pointee *v, PadSpec spec=absl::kNoPad) |
Public Attributes |
char | fill |
uint64_t | value |
uint8_t | width |
Private Member Functions |
| Hex (PadSpec spec, uint64_t v) |
Detailed Description
Definition at line 132 of file str_cat.h.
Constructor & Destructor Documentation
template<typename Pointee >
Member Data Documentation
The documentation for this struct was generated from the following file: