MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / operator-

Function operator-

Source/external/json.hpp:13430–13435  ·  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

13428 @pre The iterator is initialized; i.e. `m_object != nullptr`.
13429 */
13430 iter_impl operator-(difference_type i) const
13431 {
13432 auto result = *this;
13433 result -= i;
13434 return result;
13435 }
13436
13437 /*!
13438 @brief return difference

Callers 1

operator-Method · 0.85

Calls 1

createFunction · 0.85

Tested by

no test coverage detected