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

FreeBSD Manual Pages

  
 
  

home | help
deductiongu...ator_adaptor(3) C++ Standard Libarydeductiongu...ator_adaptor(3)

NAME
       deductionguidesforstd::scoped_allocator_adaptor	  -   deductionguides-
       forstd::scoped_allocator_adaptor

Synopsis
	  Defined in header <scoped_allocator>
	  template< class OuterAlloc, class... InnerAllocs >

	  scoped_allocator_adaptor( OuterAlloc,	InnerAllocs... )	(since
       C++17)

	      -> scoped_allocator_adaptor<OuterAlloc, InnerAllocs...>;

	  One deduction	guide is provided for std::scoped_allocator_adaptor to
       make it
	  possible to deduce its outer allocator.

Example
	   This	section	is incomplete
	   Reason: no example

Category:
	    * Todo no example

http://cppreference.com		  2024.06.10	 deductiongu...ator_adaptor(3)

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

home | help