Definition at line 84 of file FileCatalogMetadata.h.
Definition at line 86 of file FileCatalogMetadata.h.
90 for (
auto const& pr : coll) {
bool search_all(FwdCont const &, Datum const &)
void art::FileCatalogMetadata::InheritedMetadata::check_values |
( |
collection_type const & |
fromInput | ) |
const |
|
inline |
Definition at line 105 of file FileCatalogMetadata.h.
107 for (
auto const& pr : fromInput) {
111 <<
"Metadata key " << pr.first
112 <<
" missing from list of metadata to inherit from input " 114 }
else if (it->second != pr.second) {
116 <<
"The value for '" << pr.first
117 <<
"' for the current file is: " << pr.second
118 <<
", which conflicts with the value from the first input file " 120 << it->second <<
"\").\n";
decltype(auto) constexpr cend(T &&obj)
ADL-aware version of std::cend.
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
auto const& art::FileCatalogMetadata::InheritedMetadata::entries |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: