LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ProductList.cc
Go to the documentation of this file.
2 #include "range/v3/view.hpp"
3 
6 {
7  using namespace ::ranges;
8  return productList | views::values | to<ProductDescriptions>();
9 }
std::map< BranchKey, BranchDescription > ProductList
Definition: ProductList.h:15
std::vector< BranchDescription > ProductDescriptions
decltype(auto) values(Coll &&coll)
Range-for loop helper iterating across the values of the specified collection.
ProductDescriptions make_product_descriptions(ProductList const &productList)
Definition: ProductList.cc:5