Celeritas
0.5.0-56+6b053cd
|
Fill contiguous data with copies of a scalar value. More...
#include <Filler.hh>
Public Member Functions | |
Filler (T value) | |
Construct with target value and default stream. | |
Filler (T value, StreamId stream) | |
Construct with target value and specific stream. | |
void | operator() (Span< T > data) const |
Fill the span with the stored value. | |
Fill contiguous data with copies of a scalar value.