MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / operator+

Function operator+

include/behaviortree_cpp/contrib/json.hpp:13490–13495  ·  view source on GitHub ↗

! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */

Source from the content-addressed store, hash-verified

13488 @pre The iterator is initialized; i.e. `m_object != nullptr`.
13489 */
13490 iter_impl operator+(difference_type i) const
13491 {
13492 auto result = *this;
13493 result += i;
13494 return result;
13495 }
13496
13497 /*!
13498 @brief addition of distance and iterator

Callers 1

operator+Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected