Skip to content
Snippets Groups Projects
Commit 60f4e51d authored by Luc Hermitte's avatar Luc Hermitte
Browse files

DOC: OTB-134/OGR, doxygen complements about UniqueGeometryPtr and boost::interprocess::move()

parent ad16b93d
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,11 @@ struct GeometryDeleter
* std::unique_ptr<>
* \see GOTW \#103, \#104 about \c unique_ptr<> as well: http://herbsutter.com/gotw/_103/
*
* \note You may experiment difficulties to copy \c UniqueGeometryPtr. This is
* likelly to be normal. You'll have to emulate \c std::move() with \c
* boost::interprocess::move(). Check for instance \c Feature::StealGeometry(),
* or \c Feature::SetGeometryDirectly() to see examples.
*
* \internal
* This should be defined on top of C++11 \c std::unique_ptr<>. By the mean
* time, we are using an emulation provided in boost.interprocess.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment