#include <algorithm>
#include <functional>
#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) |
void delete_all | ( | Container & | c | ) | [inline] |
dtor<typename Cont::value_type> make_dtor | ( | Cont const & | ) | [inline] |