Using a std::tuple as key for std::unordered_map

前端 未结 2 507
一个人的身影
一个人的身影 2020-12-29 10:54

With the code below, I get a very confusing error in MSVC that seems to suggest the key type (an std::tuple) is being converted to an std::string.

#include &         


        
2条回答
提交回复
热议问题