Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::pmr::p...or::destroy(3)  C++ Standard Libary std::pmr::p...or::destroy(3)

NAME
       std::pmr::polymorphic_allocator::destroy	 - std::pmr::polymorphic_allo-
       cator::destroy

Synopsis
	  template<class U>	 (since	C++17)
	  void destroy(	U* p );	 (deprecated in	C++20)

	  Destroys the object pointed to by p, as if by	calling	p->~U().

Parameters
	  p - pointer to the object being destroyed

Notes
	  This function	is deprecated via LWG issue 3036,  because  its	 func-
       tionality can be
	  provided by the default implementation of std::allocator_traits::de-
       stroy and hence
	  extraneous.

See also
	  destroy  destructs an	object stored in the allocated storage
	  [static] (function template)

http://cppreference.com		  2022.07.31	  std::pmr::p...or::destroy(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::pmr::polymorphic_allocator::destroy&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help