SST  12.0.1
StructuralSimulationToolkit
SST::Statistics::StatisticCollector< T, F > Class Template Reference

Base type that creates the virtual addData(...) interface Used for distinguishing fundamental types (collected by value) and composite struct types (collected by reference) More...

#include <statbase.h>

Detailed Description

template<class T, bool F = std::is_fundamental<T>::value>
class SST::Statistics::StatisticCollector< T, F >

Base type that creates the virtual addData(...) interface Used for distinguishing fundamental types (collected by value) and composite struct types (collected by reference)


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