MySQL 9.0.0
Source Code Documentation
Gcs_packet_buffer_deleter Struct Reference

Deleter for objects managed by a std::unique_ptr that were allocated using the malloc family of functions instead of the new operator. More...

#include <gcs_internal_message.h>

Public Member Functions

void operator() (unsigned char *buffer) const
 

Detailed Description

Deleter for objects managed by a std::unique_ptr that were allocated using the malloc family of functions instead of the new operator.

Member Function Documentation

◆ operator()()

void Gcs_packet_buffer_deleter::operator() ( unsigned char *  buffer) const
inline

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