#include <arg.h>
|
| VoidPtr ()=default |
|
template<typename T , decltype(reinterpret_cast< uintptr_t >(std::declval< T * >())) = 0> |
| VoidPtr (T *ptr) |
|
Definition at line 48 of file arg.h.
absl::str_format_internal::VoidPtr::VoidPtr |
( |
| ) |
|
|
default |
template<typename T , decltype(reinterpret_cast< uintptr_t >(std::declval< T * >())) = 0>
absl::str_format_internal::VoidPtr::VoidPtr |
( |
T * |
ptr | ) |
|
|
inline |
Definition at line 52 of file arg.h.
uintptr_t absl::str_format_internal::VoidPtr::value |
Definition at line 54 of file arg.h.
The documentation for this struct was generated from the following file: