File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 88``` cpp
99namespace std {
1010 template<class Visitor, class Context>
11- see_below visit_format_arg(Visitor&& vis, basic_format_arg<Context > arg); // (1)
11+ see below visit_format_arg(Visitor&& vis, basic_format_arg<Context > arg); // (1)
1212}
1313```
14- * see_below[italic]
1514* basic_format_arg[link /reference/format/basic_format_arg.md]
1615
1716## 概要
Original file line number Diff line number Diff line change 88namespace std {
99template <class T, class U>
1010[ [nodiscard]]
11- constexpr auto forward_like (U&& x) noexcept -> see- below; // (1) C++23
11+ constexpr auto forward_like (U&& x) noexcept -> see below; // (1) C++23
1212template <class T, class U>
13- constexpr auto forward_like(U&& x) noexcept -> see- below; // (1) C++26
13+ constexpr auto forward_like(U&& x) noexcept -> see below; // (1) C++26
1414}
1515```
16- * see-below[italic]
1716
1817## 概要
1918第一テンプレート引数の`const`性と参照修飾を用いて関数テンプレートの引数を転送する。
You can’t perform that action at this time.
0 commit comments