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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::experimental::pmr::polymorphic_allocator::destroy  -  std::experi-
       mental::pmr::polymorphic_allocator::destroy

Synopsis
	  template< class U >	 (library fundamentals TS)
	  void destroy(	U* p );

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

Parameters
	  p - pointer to the object being destroyed

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

Category:
	    * Noindexed	pages

http://cppreference.com		  2024.06.10	  std::experi...or::destroy(3)

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

home | help