MySQL 8.4.0
Source Code Documentation
ib::hex Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ hex()

ib::hex::hex ( uintmax_t  t)
inlineexplicit

Member Data Documentation

◆ m_val

const uintmax_t ib::hex::m_val

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