LibraryInfoCollection.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_LibraryInfoCollection_h
2 #define art_Framework_Art_detail_LibraryInfoCollection_h
3 
5 
6 #include <set>
7 #include <string>
8 
9 namespace art::detail {
10  using LibraryInfoCollection = std::multiset<LibraryInfo>;
11 }
12 
13 #endif /* art_Framework_Art_detail_LibraryInfoCollection_h */
14 
15 // Local variables:
16 // mode: c++
17 // End:
std::multiset< LibraryInfo > LibraryInfoCollection