Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::ranges::View

      From cppreference.com
      <cpp‎ |experimental‎ |ranges
       
       
       
       
      Ranges library
      Range concepts
      Range access
      Range primitives
                                    
                                    

       
      template<class T>
      conceptbool View= Range<T>&& Semiregular<T>&&/* view-predicate<T> */;
      (ranges TS)
      template<class T>
      struct enable_view{};
      (ranges TS)
      struct view_base{};
      (ranges TS)

      The conceptView<T> specifies the semiregular rangeT has constant-time copy, move, and assignment operations.

      The/* view-predicate<T> */ portion of the concept is determined as follows:

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/ranges/range/View&oldid=155566"

      [8]ページ先頭

      ©2009-2025 Movatter.jp