|
statcpp
C++17 Header-Only Statistics Library
|
Grouping result. More...
#include <data_wrangling.hpp>
Public Attributes | |
| std::map< K, std::vector< V > > | groups |
| Values for each group. | |
Grouping result.
| K | Key type |
| V | Value type |
Definition at line 471 of file data_wrangling.hpp.
| std::map<K, std::vector<V> > statcpp::group_result< K, V >::groups |
Values for each group.
Definition at line 472 of file data_wrangling.hpp.