Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::basic_string_view<CharT,Traits>::copy

      From cppreference.com
      <cpp‎ |experimental‎ |basic string view
       
       
       
       
      std::experimental::basic_string_view
       
      size_type copy( CharT* dest,

                      size_type count,

                      size_type pos=0)const;
      (library fundamentals TS)

      Copies the substring[pos, pos + rcount) to the character string pointed to bydest, wherercount is the smaller ofcount andsize()- pos.

      Contents

      [edit]Parameters

      dest - pointer to the destination character string
      pos - position of the first character
      count - requested substring length

      [edit]Return value

      Number of characters copied

      [edit]Exceptions

      std::out_of_range ifpos> size().

      [edit]Complexity

      Linear inrcount.

      [edit]See also

      returns a substring
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/basic_string_view/copy&oldid=89052"

      [8]ページ先頭

      ©2009-2026 Movatter.jp