Custom std::set as value type to unordered_map

后端 未结 0 745
渐次进展
渐次进展 2020-11-29 22:29

Let the code speak it:

auto SetCompare = [](const string& a, const string& b)
{
    size_t L = a.length();
    size_t R = b.length();
    if (L == R)          


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