Skip to content
Snippets Groups Projects
tokenI.H 19.5 KiB
Newer Older
  • Learn to ignore specific revisions
  • inline bool Foam::token::operator!=(const doubleScalar val) const noexcept
    
        return !operator==(val);
    
    inline bool Foam::token::operator!=(const std::string& s) const
    
        return !operator==(s);
    
    // ************************************************************************* //