- 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) ... |
||
---|---|---|
.. | ||
Make | ||
Test-fstreamPointer.C |
- 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) ... |
||
---|---|---|
.. | ||
Make | ||
Test-fstreamPointer.C |