Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::gslice_array<T>::gslice_array

      From cppreference.com
      <cpp‎ |numeric‎ |valarray‎ |gslice array

      [edit template]
       
       
       
      std::valarray
      Member functions
      Non-member functions
      Helper classes
      Deduction guides(C++17)
       
       
      (1)
      private:
      gslice_array();
      (until C++11)
      public:
      gslice_array()= delete;
      (since C++11)
      public:
      gslice_array(const gslice_array& other);
      (2)
      1) The default constructor isdeclared private and not defined(until C++11)explicitly defined as deleted(since C++11):gslice_array is notDefaultConstructible.
      2) Constructs agslice_array from anothergslice_arrayother.

      [edit]Parameters

      other -gslice_array to initialize with

      [edit]Defect reports

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

      DRApplied toBehavior as publishedCorrect behavior
      LWG 253C++98the copy constructor was privatemade public
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/numeric/valarray/gslice_array/gslice_array&oldid=120739"

      [8]ページ先頭

      ©2009-2025 Movatter.jp