NGSolve  5.3
stringops.hpp
1 #ifndef _STRINGOPS_HPP
2 #define _STRINGOPS_HPP
3 
4 namespace ngstd
5 {
6 
7 NGS_DLL_HEADER bool StringFitsPattern(const string & str, const string & pattern);
8 
9 }
10 
11 #endif // _STRINGOPS_HPP
ngstd
namespace for standard data types and algorithms.
Definition: ngstd.hpp:55