Celeritas  0.5.0-57+aeecb15
Functions
SpanIO.hh File Reference
#include <iomanip>
#include <ostream>
#include "Span.hh"
This graph shows which files directly or indirectly include this file:

Functions

template<class T , std::size_t E>
std::ostream & celeritas::operator<< (std::ostream &os, Span< T, E > const &s)
 Write the elements of span s to stream os.