yohhoyの日記

技術的メモをしていきたい日記

2024-09-01から1ヶ月間の記事一覧

C++ std::strong_orderと浮動小数点数型totalOrder

C++

C++20標準ライブラリのstd::strong_order関数オブジェクト*1は、IEEE 754準拠の浮動小数点数型に対する全順序比較(totalOrder predicate)を実装する。 #include <compare> #include <concepts> #include <iostream> #include <limits> #include <map> #include <string> template<std::floating_point T> struct totalOrder { static_</std::floating_point></string></map></limits></iostream></concepts></compare>…