openfoam/applications/test/fstreamPointer
Mark Olesen 779a2ca084 ENH: adjust fileName methods for similarity to std::filesystem::path
- stem(), replace_name(), replace_ext(), remove_ext() etc

- string::contains() method - similar to C++23 method

  Eg,
      if (keyword.contains('/')) ...
  vs
      if (keyword.find('/') != std::string::npos) ...
2022-10-11 17:58:22 +02:00
..
Make ENH: direct access to wrapped ifstream/ofstream with compression (#1805) 2020-08-10 12:40:08 +02:00
Test-fstreamPointer.C ENH: adjust fileName methods for similarity to std::filesystem::path 2022-10-11 17:58:22 +02:00