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