NGSolve
5.3
ngstd
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
NGS_DLL_HEADER
bool
StringFitsPattern(string_view str, string_view pattern);
9
10
}
11
12
#endif
// _STRINGOPS_HPP
ngstd
namespace for standard data types and algorithms.
Definition
ngstd.hpp:17
Generated by
1.14.0