[過去ログ]
C++相談室 part164 (1002レス)
C++相談室 part164 http://mevius.5ch.net/test/read.cgi/tech/1683600652/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
29: デフォルトの名無しさん (ワッチョイ cf34-TSnC) [sage] 2023/05/14(日) 06:44:54.29 ID:YUNKAbGY0 template <> struct std::hash<std::pair<int, int>> { static constexpr std::size_t size = sizeof(int) * 2; using result_type = std::bitset<size * CHAR_BIT>; result_type operator()(const std::pair<int, int>& val) const { result_type ret; ret |= result_type(get<0>(val)); ret |= result_type(get<1>(val)); return ret; } }; http://mevius.5ch.net/test/read.cgi/tech/1683600652/29
メモ帳
(0/65535文字)
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
あと 973 レスあります
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.022s