Man Page: std::default_delete
Operating Environment: centos
Section: 3
std::default_delete< _Tp >(3) Library Functions Manual std::default_delete< _Tp >(3)NAMEstd::default_delete< _Tp > -SYNOPSISPublic Member Functions template<typename _Up , typename = typename enable_if<is_convertible<_Up*, _Tp*>::value>::type> default_delete (const default_delete< _Up > &) noexcept void operator() (_Tp *__ptr) const Detailed Description template<typename _Tp>struct std::default_delete< _Tp > Primary template, default_delete. Definition at line 54 of file unique_ptr.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::default_delete< _Tp >(3)
| Related Man Pages |
|---|
| std::complex(3) - centos |
| std::tr1(3) - centos |
| __gnu_cxx::_extptr_allocator(3) - debian |
| std::tr1::__detail::__numeric_constants(3) - debian |
| __gnu_cxx::array_allocator(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Tar Command |
| CentOS 6 ran out of space, need to reclaim it |