2013-11-25から1日間の記事一覧

cpprefjp更新

C++

<set>ヘッダのリファレンス作成が完了しました。 http://cpprefjp.github.io/reference/set.html これで、全52ヘッダ中、30ヘッダのリファレンス作成が完了しました。</set>

C++14 TS ネットワークバイトオーダーの変換

C++

N3783 Network Byte Order Conversion C++14後のNetworking TSでは、ネットワークバイトオーダーの変換関数の追加が予定されています。 // <net> header namespace std { namespace experimental { namespace net { constexpr uint32_t htonl(uint32_t host) noex</net>…