Why isn't `std::compare_three_way` a `std::strict_weak_order`?

前端 未结 0 447
不思量自难忘°
不思量自难忘° 2020-11-28 14:57

With C++20 concepts and three-way-comparison, I have made my own Map like this:

template<
    typename TKey,
    typename TValue,
    std::str         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题