MySQL 8.3.0
Source Code Documentation
Pointer_vector< T > Class Template Reference

Create this class for exception safety — destroy the objects referenced by the pointers in the set when destroying the container. More...

Inheritance diagram for Pointer_vector< T >:
[legend]

Public Member Functions

 ~Pointer_vector ()
 

Private Types

typedef std::vector< T * > parent
 

Detailed Description

template<typename T>
class Pointer_vector< T >

Create this class for exception safety — destroy the objects referenced by the pointers in the set when destroying the container.

Member Typedef Documentation

◆ parent

template<typename T >
typedef std::vector<T *> Pointer_vector< T >::parent
private

Constructor & Destructor Documentation

◆ ~Pointer_vector()

template<typename T >
Pointer_vector< T >::~Pointer_vector ( )
inline

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