bool Order::empty() const { return m1 == 0 && m2 == nullptr; // whatever conditions you use to define whether your object is null goes here.
確定! 回上一頁