Mana
Loading...
Searching...
No Matches
Classes | Functions
dtor.h File Reference
#include <algorithm>
#include <utility>

Go to the source code of this file.

Classes

struct  dtor< T >
 
struct  dtor< std::pair< T1, T2 > >
 

Functions

template<class Cont >
dtor< typename Cont::value_type > make_dtor (Cont const &)
 
template<typename Container >
void delete_all (Container &c)
 

Function Documentation

◆ delete_all()

template<typename Container >
void delete_all ( Container c)
inline

Definition at line 46 of file dtor.h.

◆ make_dtor()

template<class Cont >
dtor< typename Cont::value_type > make_dtor ( Cont const &  )
inline

Definition at line 40 of file dtor.h.