为什么这不起作用?
这给我一个错误
Surface
我没有将perimeter
和surface
放在error: no type named ‘type’ in ‘struct std::enable_if<false, void>’
using enable_if_t = typename enable_if<_Cond, _Tp>::type;
里面,它可以正常工作。但是,如果我将它们都放在一个结构中,则不会。
getX()
但是,这很好。
getY()
解决方案
这似乎可行:
struct B