syusui_s on Nostr: std::unique_ptr<T> p1(new T()); std::unique_ptr<T> p2(std::move(p1));
std::unique_ptr<T> p1(new T());
std::unique_ptr<T> p2(std::move(p1));
Published at
2024-09-13 02:01:40Event JSON
{
"id": "47f0ca32dc4cdff8bdfb5c6192a747697a6353301d1ef573ca7986e0a946e54f",
"pubkey": "96203d66276e3214ea93b6c78a577c3c9a7279f9ee7e51b22f3b8c17643a819c",
"created_at": 1726192900,
"kind": 1,
"tags": [],
"content": "std::unique_ptr\u003cT\u003e p1(new T());\nstd::unique_ptr\u003cT\u003e p2(std::move(p1));",
"sig": "814562c84296e95e883b17584b9a94b9156fc8acaf2c0064f038207ad7a0b053b103d89f76b6df7a8b1f22c0fc7a45dcd64adc75f894953d11af38c6e3a8a5bd"
}