Skip to content

Commit

Permalink
C++23 : byteswapへの言及を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 3, 2023
1 parent bd48ead commit 994ee06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/cpp23.md
Expand Up @@ -186,6 +186,7 @@ C++23とは、2023年中に改訂される予定の、C++バージョンの通
- [`<memory>`](/reference/memory.md)に、出力ポインタと入出力ポインタの抽象である[`std::out_ptr`](/reference/memory/out_ptr.md.nolink)[`std::inout_ptr`](/reference/memory/inout_ptr.md.nolink)を追加
- [`std::unique_ptr`](/reference/memory/unique_ptr.md)クラスを`constexpr`に対応
- [`<memory>`](/reference/memory.md)に、オブジェクトの生存期間を開始することを明示する関数として、[`std::start_lifetime_as()`](/reference/memory/start_lifetime_as.md.nolink)[`std::start_lifetime_as_array()`](/reference/memory/start_lifetime_as_array.md.nolink)を追加
- [`<bit>`](/reference/bit.md)に、値のバイト入れ替え (エンディアン変換) を行う[`std::byteswap()`](/reference/bit/byteswap.md)関数を追加


### ユーティリティ
Expand Down

0 comments on commit 994ee06

Please sign in to comment.