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

FreeBSD Manual Pages

  
 
  

home | help
std::gslice...gslice_array(3) C++ Standard Libarystd::gslice...gslice_array(3)

NAME
       std::gslice_array::gslice_array - std::gslice_array::gslice_array

Synopsis
	  private:					     (until C++11)
	  gslice_array();
	  public:				     (1)     (since C++11)
	  gslice_array() = delete;
	  public:					 (2)
	  gslice_array(	const gslice_array& other );

	  1) The default constructor is
	  declared private and not defined
	  (until C++11)
	  explicitly defined as	deleted
	  (since C++11): gslice_array is not DefaultConstructible.
	  2) Constructs	a gslice_array from another gslice_array other.

Parameters
	  other	- gslice_array to initialize with

	  Defect reports

	  The following	behavior-changing defect reports were applied retroac-
       tively to
	  previously published C++ standards.

	    DR	  Applied to	  Behavior as published	      Correct behavior
	  LWG 253 C++98	     the copy constructor was private made public

http://cppreference.com		  2024.06.10	 std::gslice...gslice_array(3)

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

home | help