Template Struct shared_ptr_vector_deletor

Struct Documentation

template<typename T>
struct shared_ptr_vector_deletor

Public Types

typedef std::tr1::shared_ptr<std::vector<T>> shared_vector

Public Functions

inline shared_ptr_vector_deletor(const shared_vector &v)
inline void operator()(T*)

Public Members

shared_vector vec