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

Aggregation result per group. More...

#include <data_wrangling.hpp>

Public Attributes

std::vector< K > keys
 Vector of keys.
 
std::vector< double > values
 Vector of aggregated values.
 

Detailed Description

template<typename K>
struct statcpp::aggregation_result< K >

Aggregation result per group.

Template Parameters
KKey type

Definition at line 480 of file data_wrangling.hpp.

Member Data Documentation

◆ keys

template<typename K >
std::vector<K> statcpp::aggregation_result< K >::keys

Vector of keys.

Definition at line 481 of file data_wrangling.hpp.

◆ values

template<typename K >
std::vector<double> statcpp::aggregation_result< K >::values

Vector of aggregated values.

Definition at line 482 of file data_wrangling.hpp.


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