d
template <typename Foo, typename... Args>
void CallFoo(Foo foo, Args&&... args) {
foo(std::forward<Args>(args)...);
}
Size: a a a
d
template <typename Foo, typename... Args>
void CallFoo(Foo foo, Args&&... args) {
foo(std::forward<Args>(args)...);
}
K
d
K
d
K
DS
K
K
DS
DS
K
K
K
D
D
DS
K
D
D