CMS 3D CMS Logo

Functions

edm::detailsTrie Namespace Reference

Functions

void errorInsert (std::string const &key)

Function Documentation

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());
    }