Chiharu の日記

絵描き C/C++ プログラマーの日記です。

2011-02-21から1日間の記事一覧

std::make_shared 〜ただのヘルパじゃない!

C++

C++0x のスマート ポインタの中で、私が一番良く使うのは std::shared_ptr です。 std::shared_ptr<Image> foo1(const std::uint32_t iWidth, const std::uint32_t iHeight, const std::size_t iRowbytes) { std::shared_ptr<Image> aImage(new Image(iWidth, iHeight, iRo</image></image>…