Functions | |
void | errorInsert (std::string const &key) |
void edm::detailsTrie::errorInsert | ( | std::string const & | key | ) | [inline] |
Definition at line 547 of file Trie.h.
References edm::errors::InvalidReference, and edm::Exception::throwThis().
Referenced by edm::Trie< T >::insert().
{ Exception::throwThis(errors::InvalidReference, "Trie::insert called with a key already in collection;\n" "key value: ", key.c_str()); }