Celeritas
0.5.0-56+6b053cd
|
Functions | |
template<class T , size_type N> | |
std::ostream & | celeritas::operator<< (std::ostream &os, Array< T, N > const &a) |
Write the elements of array a to stream os. | |
template<class T , size_type N> | |
std::string | celeritas::to_string (Array< T, N > const &a) |
Convert an array to a string representation for debugging. | |