13#include <unordered_map>
19 typedef std::unordered_map<SCCOLROW,SCCOLROW>
DataType;
28 template<
class... Args>
29 std::pair<iterator,bool>
emplace(Args&&... args) {
return maData.emplace(std::forward<Args>(
args)...); }
const_iterator end() const
std::unordered_map< SCCOLROW, SCCOLROW > DataType
DataType::value_type value_type
std::pair< iterator, bool > emplace(Args &&... args)
DataType::const_iterator const_iterator
DataType::iterator iterator
const_iterator find(DataType::key_type key) const
CAUTION! The following defines must be in the same namespace as the respective type.