You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please add an example that will pack and unpack a derived class, similar to this class C (which is derived from class P).
And include the proper pack() method in each class.
Could you please add an example that will pack and unpack a derived class, similar to this class C (which is derived from class P).
And include the proper
pack()
method in each class.And maybe more importantly, the example should include an example where class C is derived from a std class (e.g. std::map).
Thank you.
The text was updated successfully, but these errors were encountered: