Celeritas  0.5.0-56+6b053cd
Public Member Functions | List of all members
celeritas::Filler< T, M > Class Template Reference

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.
 

Detailed Description

template<class T, MemSpace M>
class celeritas::Filler< T, M >

Fill contiguous data with copies of a scalar value.


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