Home
last modified time | relevance | path

Searched defs:delete_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/lambda/
Dconstruct.hpp198 struct delete_ptr { struct
200 template <class U> struct sig { typedef void type; };
203 void operator()(A1& a1) const { in operator ()()
/third_party/boost/libs/proto/example/
Dlambda.hpp1404 struct delete_ptr struct
1406 typedef void result_type;
1408 void operator()(T *t) const in operator ()()