Celeritas 0.6.0-rc.2.10+develop.de0a3a05
|
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.