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
9
}
10
11
#endif // _STRINGOPS_HPP
ngstd
namespace for standard data types and algorithms.
Definition:
ngstd.hpp:55
Generated by
1.8.17