delete_ptr< T * > Struct Template ReferenceA function object for type | ||||||||||||
Public Member Functions | |
| void | operator() (T *x) const throw () |
Detailed Description
template<typename T>
struct adobe::delete_ptr< T * >
delete_ptr is similar to boost::lambda::delete_ptr except it inhereits from std::unary_function so it can also be used with boost::bind.That requirement changes the interface so the pointer type must be provided in advance. This is as of boost 1.28. This functionality may be included in later releases of boost.
Definition at line 152 of file operator.hpp.
Member Function Documentation
| void operator() | ( | T * | x | ) | const throw () |
Definition at line 154 of file operator.hpp.

