90 explicit instant(scalar timeValue);
A tuple of scalar value and key. The value often corresponds to a time value, thus the naming of the ...
Instant()
Default construct, with value = 0 and empty name.
An instant of time. Contains the time value and name. Uses Foam::Time when formatting the name.
instant()=default
Default construct, with value = 0 and empty name.
instant & operator=(const instant &)=default
Copy assignment.
instant & operator=(instant &&)=default
Move assignment.
instant(instant &&)=default
Move construct.
instant(const instant &)=default
Copy construct.
static const char *const typeName
The type name (eg, for pTraits)
A class for handling words, derived from Foam::string.