Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::ranges::tag::in, in1, in2, out, out1, out2, fun, min, max, begin, end

      From cppreference.com
      <cpp‎ |experimental‎ |ranges
       
       
       
       
      General utilities library
      Utility components
      Function objects
      Metaprogramming and type traits
      Tagged pairs and tuples
                                
      tag specifiers
                                            
                                
       
      struct in{/* implementation-defined */};

      struct in1{/* implementation-defined */};
      struct in2{/* implementation-defined */};
      struct out{/* implementation-defined */};
      struct out1{/* implementation-defined */};
      struct out2{/* implementation-defined */};
      struct fun{/* implementation-defined */};
      struct min{/* implementation-defined */};
      struct max{/* implementation-defined */};
      struct begin{/* implementation-defined */};

      struct end{/* implementation-defined */};
      (ranges TS)

      These classes areTagSpecifiers for use withranges::tagged.

      The name of a specifier is also the element name it corresponds to. For instance,ranges::tagged<std::pair<int,int>, tag::min, tag::max> provides a set of named accessors namedmin and a set of named accessors namedmax.

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/ranges/algorithm/tags&oldid=102188"

      [8]ページ先頭

      ©2009-2025 Movatter.jp