Kaydet (Commit) 336ed340 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Class description.

üst 448ec432
...@@ -30,6 +30,10 @@ ...@@ -30,6 +30,10 @@
#include <functional> #include <functional>
/**
* Function object to allow deleting instances stored in STL containers as
* pointers.
*/
template<typename T> template<typename T>
struct ScDeleteObjectByPtr : public ::std::unary_function<T*, void> struct ScDeleteObjectByPtr : public ::std::unary_function<T*, void>
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment