Project Alice
Loading...
Searching...
No Matches
fif::f_true_accumulator< F > Class Template Reference

#include <fif_common.hpp>

Inheritance diagram for fif::f_true_accumulator< F >:
Collaboration diagram for fif::f_true_accumulator< F >:

Public Member Functions

 f_true_accumulator (F &&f)
 
void add_value (int32_t v)
 
void flush ()
 

Public Attributes

bool result = false
 

Detailed Description

template<typename F>
class fif::f_true_accumulator< F >

Definition at line 121 of file fif_common.hpp.

Constructor & Destructor Documentation

◆ f_true_accumulator()

template<typename F >
fif::f_true_accumulator< F >::f_true_accumulator ( F &&  f)
inline

Definition at line 130 of file fif_common.hpp.

Member Function Documentation

◆ add_value()

template<typename F >
void fif::f_true_accumulator< F >::add_value ( int32_t  v)
inline

Definition at line 132 of file fif_common.hpp.

Here is the call graph for this function:

◆ flush()

template<typename F >
void fif::f_true_accumulator< F >::flush ( )
inline

Definition at line 145 of file fif_common.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ result

template<typename F >
bool fif::f_true_accumulator< F >::result = false

Definition at line 128 of file fif_common.hpp.


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