75 explicit PtrMap(
const label initialCapacity)
constexpr HashPtrTable() noexcept=default
void operator=(const this_type &rhs)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
PtrMap< T > this_type
The template instance used for this PtrMap.
HashPtrTable< T, label, Hash< label > > parent_type
The template instance used for the parent HashTable.
PtrMap(const label initialCapacity)
Construct empty with given initial table capacity.
PtrMap(this_type &&map) noexcept
Move construct.
void operator=(this_type &&rhs)
Move assignment.
PtrMap(Istream &is)
Construct from Istream (with default initial table capacity).
PtrMap(const this_type &map)
Copy construct.
void operator=(const this_type &rhs)
Copy assignment.
constexpr PtrMap() noexcept=default
Default construct: empty without allocation (capacity=0).
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...
void rhs(fvMatrix< typename Expr::value_type > &m, const Expr &expression)