Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キーと値のペアをソートできるブースト ライブラリに関数はありますか?
たとえば、キーは double 変数の配列であり、値は配列のインデックス (整数) です。
おそらく必要なのは、変数の配列をラップし、ソート用の を提供するstd::map<My_Double_Array, size_t>独自のクラスと一緒です。または、単に必要なだけかもしれません。My_Double_Arraydoubleoperator <()std::map<std::vector<double>, size_t>
std::map<My_Double_Array, size_t>
My_Double_Array
double
operator <()
std::map<std::vector<double>, size_t>