statcpp
C++17 Header-Only Statistics Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
statcpp::group_result< K, V > Struct Template Reference

Grouping result. More...

#include <data_wrangling.hpp>

Public Attributes

std::map< K, std::vector< V > > groups
 Values for each group.
 

Detailed Description

template<typename K, typename V>
struct statcpp::group_result< K, V >

Grouping result.

Template Parameters
KKey type
VValue type

Definition at line 471 of file data_wrangling.hpp.

Member Data Documentation

◆ groups

template<typename K , typename V >
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.


The documentation for this struct was generated from the following file: