getObjectRequireDict.cc
Go to the documentation of this file.
2 #include "canvas_root_io/Utilities/DictionaryChecker.h"
3 
4 void
6 {
7  DictionaryChecker checker{};
8  checker.checkDictionaries(type.className(), true /*recursive check*/);
9  checker.reportMissingDictionaries(); // Can throw
10 }
void require_dictionary(TypeID const &) noexcept(false)