Celeritas 0.7.0-dev.356+develop.6a0c715
Loading...
Searching...
No Matches
Classes | Functions
StreamableContainer.hh File Reference
#include <iomanip>
#include <ostream>

Classes

struct  celeritas::StreamableContainer< T >
 Helper class to print a contiguous range of data. More...
 

Functions

template<class T >
 celeritas::StreamableContainer (T const *, std::size_t) -> StreamableContainer< T >
 
template<class T >
std::ostream & celeritas::operator<< (std::ostream &os, StreamableContainer< T > sc)
 Write a container to a stream.