Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
template<class T, class Key, class Hash>
65
inline Foam::label Foam::HashTable<T, Key, Hash>::size() const
66
{
67
return nElmts_;
68
}
69
70
71
template<class T, class Key, class Hash>
Callers
4
HashTable.C
File · 0.45
HashTableIO.C
File · 0.45
HashSet.C
File · 0.45
HashPtrTableIO.C
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected