|
Panzer Version of the Day
|
#include "Teuchos_Assert.hpp"#include <map>#include <iostream>

Go to the source code of this file.
Namespaces | |
| namespace | panzer |
| Computes | |
Functions | |
| template<typename MapT > | |
| const MapT::mapped_type & | panzer::getEntry (const MapT &in_map, const typename MapT::key_type &in_key) |
| Looks up a key in an STL-like associative container, throwing std::runtime_error if the key is not found (instead of the undefined behavior of operator[] on a const map, or the silent insertion of operator[] on a non-const map). | |