We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
friend class
1 parent b373d83 commit 43bf6dcCopy full SHA for 43bf6dc
source/iostreams.tex
@@ -15864,7 +15864,6 @@
15864
15865
private:
15866
filesystem::path pathobject; // \expos
15867
- friend class directory_iterator; // \expos
15868
};
15869
}
15870
\end{codeblock}
@@ -15883,10 +15882,7 @@
15883
15882
15884
\pnum
15885
\begin{note}
15886
-For purposes of exposition,
15887
-class \tcode{directory_iterator}\iref{fs.class.directory.iterator}
15888
-is shown above as a friend of class \tcode{directory_entry}.
15889
-Friendship allows the \tcode{directory_iterator} implementation to cache
+\tcode{directory_iterator} is allowed to cache
15890
already available attribute values
15891
directly into a \tcode{directory_entry} object
15892
without the cost of an unneeded call to \tcode{refresh()}.
0 commit comments