Provide additional SensorSet type aliases
Change-Id: I543bd4a47d3bd75dc89a73026d23d3663e429bb9
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/sensorset.hpp b/sensorset.hpp
index a6d8de7..100ae68 100644
--- a/sensorset.hpp
+++ b/sensorset.hpp
@@ -9,6 +9,8 @@
public:
typedef std::map<std::pair<std::string, std::string>,
std::set<std::string>> container_t;
+ using mapped_type = container_t::mapped_type;
+ using key_type = container_t::key_type;
explicit SensorSet(const std::string& path);
~SensorSet() = default;