|
Celeritas 0.7.0-dev.356+develop.6a0c715
|
Helper class to print a contiguous range of data. More...
#include <StreamableContainer.hh>
Public Attributes | |
| T const * | data {} |
| std::size_t | size {} |
Helper class to print a contiguous range of data.
Since this class is used by both Array and Span, it is templated solely on the item type, and directly uses a non-owning pointer with a size.