ManaPlus
Public Member Functions
dtor< std::pair< T1, T2 > > Struct Template Reference

#include <dtor.h>

Inheritance diagram for dtor< std::pair< T1, T2 > >:

Public Member Functions

void operator() (std::pair< T1, T2 > &pair)
 

Detailed Description

template<typename T1, typename T2>
struct dtor< std::pair< T1, T2 > >

Definition at line 42 of file dtor.h.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
void dtor< std::pair< T1, T2 > >::operator() ( std::pair< T1, T2 > &  pair)
inline

Definition at line 45 of file dtor.h.

46  { delete pair.second; }

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