STYLE: use 'is_sorted()' instead of 'sorted()' for readers, Pair, ...
- avoids naming ambiguity between querying sorted state vs returning a sorted list (for example) ENH: add 'good()' method to a few more classes
This commit is contained in:
@ -94,7 +94,7 @@ Foam::dynamicCodeContext::dynamicCodeContext(const dictionary& dict)
|
||||
|
||||
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
|
||||
|
||||
bool Foam::dynamicCodeContext::valid() const noexcept
|
||||
bool Foam::dynamicCodeContext::good() const noexcept
|
||||
{
|
||||
return &(dict_.get()) != &(dictionary::null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user