Typedef rcppsw::metrics::creatable_collector_set
Defined in File creatable_collector_set.hpp
Typedef Documentation
-
using rcppsw::metrics::creatable_collector_set = std::multiset<creatable_collector_spec, detail::creatable_collector_set_comparator>
Set of set_value_type in which duplicates are allowed, because when we compare elements, we only use the typeid as the key, which can be the same between collectors, even if the other parts of each element are different.