MetadataRegexHelpers.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_MetadataRegexHelpers_h
2 #define art_Framework_Art_detail_MetadataRegexHelpers_h
3 
4 #include <regex>
5 #include <string>
6 
7 namespace art::detail {
8 
9  std::regex regex_for_spec(std::string const&);
11  std::string const& spec,
12  std::regex const& r);
13 }
14 
15 #endif /* art_Framework_Art_detail_MetadataRegexHelpers_h */
16 
17 // Local variables:
18 // mode: c++
19 // End:
std::regex regex_for_spec(std::string const &)
std::string string
Definition: nybbler.cc:12
void replace_type(std::string &str, std::string const &spec, std::regex const &r)
static QCString str