MySQL 9.1.0
Source Code Documentation
|
This is a wrapper class, used to print any unsigned integer type in hexadecimal format. More...
#include <ut0core.h>
Public Member Functions | |
hex (uintmax_t t) | |
Public Attributes | |
const uintmax_t | m_val |
This is a wrapper class, used to print any unsigned integer type in hexadecimal format.
The main purpose of this data type is to overload the global operator<<, so that we can print the given wrapper value in hex.
|
inlineexplicit |
const uintmax_t ib::hex::m_val |