<div dir="ltr"><div><div><div><div><div><div>Hello.<br><br></div>I think you can just use it like this:<br></div><br></div>nfd::Cs& cs = forward->getCs();<br>
nfd::Cs* pcs = &forward->getCs();

<br><br></div>Cs is just a part of forward, not a object created by forward. And of course, it is not managed by reference count.<br></div>So you don't need to care the memory.<br><br></div><div>Best wishes,<br></div><div>Xinyu Ma.<br></div></div>