n***l 发帖数: 1468 | 1 请问, amazon seller里面的manager inventory里面,
close listing
和
delete product and listing
有啥区别? |
|
|
s********z 发帖数: 5411 | 3 guys, don't get personal!
it's time to delele this whole thread I think. |
|
b*******e 发帖数: 554 | 4 Who TMD delele gogopanda's Majia's post. This is unfair. When a person wanna
show his true self, we should allow him to do it. We want the post back . |
|
q****x 发帖数: 7404 | 5 foo.h
class A {
// copy ctor and assignment disabled
};
class B {
// copy ctor and assignment disabled
};
class C {
// copy ctor and assignment disabled
};
bar.h
#include "foo.h"
class D {
public:
void bar {
for (auto it : pack_map_) {
// do sth
}
}
~D() {
for (auto it : pack_map_) {
it.second.Clear();
}
}
private:
struct Pack {
A* a;
B* b;
C* c;
void Clear() {
delete c; delele b; delete a;
}
};
map pack_map_;
... 阅读全帖 |
|
|