File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14040
14040
\end{codeblock}
14041
14041
14042
14042
\pnum
14043
- \tcode{is_bind_expression} can be used to detect function objects
14044
- generated by \tcode{bind}. \tcode{bind}
14043
+ The class template \tcode{is_bind_expression} can be used to detect function objects
14044
+ generated by \tcode{bind}. The function template \tcode{bind}
14045
14045
uses \tcode{is_bind_expression} to detect subexpressions.
14046
14046
14047
14047
\pnum
14064
14064
\end{codeblock}
14065
14065
14066
14066
\pnum
14067
- \tcode{is_placeholder} can be used to detect the standard placeholders
14068
- \tcode{_1}, \tcode{_2}, and so on. \tcode{bind} uses
14067
+ The class template \tcode{is_placeholder} can be used to detect the standard placeholders
14068
+ \tcode{_1}, \tcode{_2}, and so on. The function template \tcode{bind} uses
14069
14069
\tcode{is_placeholder} to detect placeholders.
14070
14070
14071
14071
\pnum
You can’t perform that action at this time.
0 commit comments