Searched defs:default_delete (Results 1 – 4 of 4) sorted by relevance
35 struct _LIBCPP_TEMPLATE_VIS default_delete { struct41 _LIBCPP_INLINE_VISIBILITY default_delete() {} in default_delete() argument51 "default_delete can not delete incomplete type"); in operator() argument
63 struct default_delete in _GLIBCXX_VISIBILITY() struct75 default_delete(const default_delete<_Up>&) noexcept { } in _GLIBCXX_VISIBILITY() function79 operator()(_Tp* __ptr) const in _GLIBCXX_VISIBILITY()
74 struct default_delete in _GLIBCXX_VISIBILITY() struct87 default_delete(const default_delete<_Up>&) noexcept { } in _GLIBCXX_VISIBILITY() argument92 operator()(_Tp* __ptr) const in _GLIBCXX_VISIBILITY()
30 struct default_delete(T) in default_delete() function