Home
last modified time | relevance | path

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

/third_party/boost/boost/lambda/
Dconstruct.hpp224 struct delete_array { struct
226 template <class U> struct sig { typedef void type; };
229 void operator()(A1& a1) const { in operator ()()
/third_party/boost/libs/proto/example/
Dlambda.hpp1424 struct delete_array struct
1426 typedef void result_type;
1428 void operator()(T *t) const in operator ()()