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

Method size

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

Source from the content-addressed store, hash-verified

63
64template<class T, class Key, class Hash>
65inline Foam::label Foam::HashTable<T, Key, Hash>::size() const
66{
67 return nElmts_;
68}
69
70
71template<class T, class Key, class Hash>

Callers 4

HashTable.CFile · 0.45
HashTableIO.CFile · 0.45
HashSet.CFile · 0.45
HashPtrTableIO.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected