5 lines
111 B
Python
5 lines
111 B
Python
from cpp11_shared_ptr_template_upcast import *
|
|
|
|
pd = MakePrintableDerived(20)
|
|
pd.GetResult()
|
|
pd.GetFormatted()
|