MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / operator++

Method operator++

src/OpenFOAM/containers/HashTables/HashTable/HashTableI.H:408–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407template<class T, class Key, class Hash>
408inline typename Foam::HashTable<T, Key, Hash>::iterator
409Foam::HashTable<T, Key, Hash>::iterator::operator++(int)
410{
411 iterator old = *this;
412 this->increment();
413 return old;
414}
415
416
417template<class T, class Key, class Hash>

Callers

nothing calls this directly

Calls 1

incrementMethod · 0.80

Tested by

no test coverage detected