Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::filesystem::path::assign

      From cppreference.com
      <cpp‎ |experimental‎ |fs‎ |path
       
       
       
      Filesystem library
      Classes
      Functions
      File types
       
      path
      Member functions
      Path decomposition
      Non-member functions
       
      template<class Source>
      path& assign(const Source& source);
      (1)(filesystem TS)
      template<class InputIt>
      path& assign( InputIt first, InputIt last);
      (2)(filesystem TS)

      Assigns the contents to thepath object.

      1) Assigns the range ofsource.
      This section is incomplete
      2) Assigns the pathname identified by range[firstlast).

      Contents

      [edit]Parameters

      source - a range to assign
      first, last - a range to assign
      Type requirements
      -
      InputIt must meet the requirements ofLegacyInputIterator.
      -
      The value type ofInputIt must be one of the encoded character types (char,wchar_t,char16_t andchar32_t).

      [edit]Return value

      *this

      [edit]Exceptions

      This section is incomplete

      [edit]See also

      assigns another path
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/fs/path/assign&oldid=154862"

      [8]ページ先頭

      ©2009-2026 Movatter.jp