get_MetadataCollector.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_get_MetadataCollector_h
2 #define art_Framework_Art_detail_get_MetadataCollector_h
3 
5 
6 #include <memory>
7 
8 namespace art::detail {
9  std::unique_ptr<MetadataCollector> get_MetadataCollector(
10  std::string const& suffix);
11 }
12 
13 #endif /* art_Framework_Art_detail_get_MetadataCollector_h */
14 
15 // Local variables:
16 // mode: c++
17 // End:
std::string string
Definition: nybbler.cc:12
std::unique_ptr< MetadataCollector > get_MetadataCollector(std::string const &suffix)