Grok 12.0.1
Public Member Functions | Private Attributes | List of all members
hwy::Bins< N > Class Template Reference

#include <stats.h>

Public Member Functions

 Bins ()
 
template<typename T >
void Notify (T bin)
 
void Assimilate (const Bins< N > &other)
 
void Print (const char *caption)
 
void Reset ()
 

Private Attributes

size_t counts_ [N]
 

Constructor & Destructor Documentation

◆ Bins()

template<size_t N>
hwy::Bins< N >::Bins ( )
inline

Member Function Documentation

◆ Assimilate()

template<size_t N>
void hwy::Bins< N >::Assimilate ( const Bins< N > & other)
inline

◆ Notify()

template<size_t N>
template<typename T >
void hwy::Bins< N >::Notify ( T bin)
inline

◆ Print()

template<size_t N>
void hwy::Bins< N >::Print ( const char * caption)
inline

◆ Reset()

template<size_t N>
void hwy::Bins< N >::Reset ( )
inline

References hwy::Bins< N >::counts_.

Referenced by hwy::Bins< N >::Bins().

Member Data Documentation

◆ counts_

template<size_t N>
size_t hwy::Bins< N >::counts_[N]
private

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