Home | History | Annotate | Download | only in tr1

Lines Matching defs:_M_del

260       : _M_ptr(__p), _M_del(__d) { }
264 { _M_del(_M_ptr); }
270 return __ti == typeid(_Deleter) ? &_M_del : 0;
281 _Deleter _M_del; // copy constructor must not throw