|
|
virtual void | addData_impl (Args... args)=0 |
| |
| virtual void | addData_impl_Ntimes (uint64_t N, Args... args) |
| | addData_impl_Ntimes Add the same data N times in a row By default, this just calls the addData function N times More...
|
| |
|
template<class... InArgs> |
| void | addData (InArgs &&... args) |
| |
◆ addData_impl_Ntimes()
addData_impl_Ntimes Add the same data N times in a row By default, this just calls the addData function N times
- Parameters
-
| N | The number of consecutive times |
| args | The arguments to pass in |
The documentation for this struct was generated from the following file: