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

Function operator-

include/behaviortree_cpp/contrib/json.hpp:13512–13517  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13510 @pre The iterator is initialized; i.e. `m_object != nullptr`.
13511 */
13512 iter_impl operator-(difference_type i) const
13513 {
13514 auto result = *this;
13515 result -= i;
13516 return result;
13517 }
13518
13519 /*!
13520 @brief return difference

Callers 1

operator-Method · 0.85

Calls 1

createFunction · 0.85

Tested by

no test coverage detected