我如何使用以下结构:
struct point { int x; int y; int z; };
作为关键std::map<point, bool>?我该如何定义operator<两点?
std::map<point, bool>
operator<
c++ map
c++ ×1
map ×1