10 #include <gtest/gtest.h>
28 mrpt::containers::ts_hash_map<std::string, double> m;
33 EXPECT_FALSE(m.empty());
47 <<
"Fail after ++ operator applied to reference [].";
50 for (
const auto& e : m) num += e.second;
52 <<
"Fail after visiting and summing all entries";
55 const auto& it = m.find(
"pepe");
60 const auto& it = m.find(
"uno");