Commit 74c0a1ed authored by Dominik Charousset's avatar Dominik Charousset

complement documentation of intrusive ptr

parent c0935b98
......@@ -98,7 +98,8 @@ class intrusive_ptr : util::comparable<intrusive_ptr<T> >,
}
/**
* @brief Returns the raw pointer without modifying reference count.
* @brief Returns the raw pointer without modifying reference count
* and sets this to @p nullptr.
*/
pointer release() {
auto result = m_ptr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment