Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dshared_ptr.h288 struct _Sp_deleter in _GLIBCXX_VISIBILITY() struct
290 typedef void result_type; in _GLIBCXX_VISIBILITY()
291 typedef _Tp* argument_type; in _GLIBCXX_VISIBILITY()
292 void operator()(_Tp* __p) const { delete __p; } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dshared_ptr.h279 struct _Sp_deleter in _GLIBCXX_VISIBILITY() struct
281 typedef void result_type; in _GLIBCXX_VISIBILITY()
282 typedef _Tp* argument_type; in _GLIBCXX_VISIBILITY()
283 void operator()(_Tp* __p) const { delete __p; } in _GLIBCXX_VISIBILITY()