1 #ifndef FWCore_Framework_WillGetIfMatch_h
2 #define FWCore_Framework_WillGetIfMatch_h
17 class BranchDescription;
19 template<
typename T,
typename M>
30 if (
match_(branchDescription)){
48 std::function<bool(BranchDescription const&)>
match_;
std::function< bool(BranchDescription const &)> match_
std::string match(BranchDescription const &a, BranchDescription const &b, std::string const &fileName, BranchDescription::MatchMode m)
bool operator()(BranchDescription const &branchDescription)
WillGetIfMatch(U const &match, M *module)