.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@14496 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-05-24 08:40:18 +00:00
parent a7ffd101e9
commit 9ad2831810

View file

@ -2,6 +2,9 @@
using namespace Upp;
// U++ Ptr class is sort of 'weak pointer' whose main purpose it to become NULL after pointee
// is destructed
struct Foo : Pte<Foo> {
String text;
};