我想知道这个表达意味着什么?
typedef bool (*compareShapes)(const Shape* s1, const Shape* s2);
这Shape是一堂课.
Shape
c++ c++11
c++ ×1
c++11 ×1