АК
Size: a a a
АК
VK
VK
АК
#include "../CallbackConnector/CallbackConnector.h"this = 000000000023F6E8
#include <iostream>
struct A {
using cb_t = void (*)();
cb_t func;
A() {
func = cbc::obtain_connector(
[this]() { std::cout << "this = " << (void*)this << "\n"; });
}
};
int main() {
A a, b;
a.func();
b.func();
}
АК
VO
VK
VO
VO
АК
O
for (int i = 0; i < rand() % 5; i++) {удачи с прописыванием тегов
cbc::obtain_connector(...);
}
АК
VK
VK
VK
AB
d
d