logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::_Node_insert_return< _Iterator, _NodeHandle > - Return type of insert(node_handle&&) on unique

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libststd::_Node_insert_retur...Iterator,_NodeHandle>(3cxx)

Detailed Description

template<typename_Iterator,typename_NodeHandle>
       struct std::_Node_insert_return< _Iterator, _NodeHandle >"Return type of insert(node_handle&&) on unique
       maps/sets.

Name

       std::_Node_insert_return< _Iterator, _NodeHandle > - Return type of insert(node_handle&&) on unique
       maps/sets.

Synopsis

       #include <set>

   PublicAttributes
       bool inserted
       _NodeHandle node
       _Iterator position

See Also