Advertisement
Guest User

Untitled

a guest
May 30th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. {
  2. ...
  3. auto pInvestment = // pInvestmentは
  4. makeInvestment( arguments ); // std::unique_ptr<Investment>
  5. ...
  6. } // *pInvestmentをデストラクト
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement