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

FreeBSD Manual Pages

  
 
  

home | help
std::slice_...:slice_array(3) C++ Standard Libarystd::slice_...:slice_array(3)

NAME
       std::slice_array::slice_array - std::slice_array::slice_array

Synopsis
	  slice_array( const slice_array& other	);
	  slice_array()	= delete;

	  Constructs a slice_array from	another	slice_array other.

	  The default constructor is implicitly	deleted.

Parameters
	  other	- slice_array to initialize with

http://cppreference.com		  2022.07.31	 std::slice_...:slice_array(3)

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

home | help