Implementation namespace for our Array. More...
Classes | |
class | Array |
A thin wrapper around std::array with some extra bells and whistles. More... | |
Functions | |
template<typename Type , std::size_t rank> | |
std::ostream & | operator<< (std::ostream &out, Array< Type, rank > const &a) |
Formatted output of an array, using curly brackets. More... | |
template<typename Type , std::size_t rank> | |
std::ostream & | operator<< (std::ostream &out, syten::Verbose< Array< Type, rank > > const &a) |
Formatted verbose output of an array, using curly brackets. More... | |
Implementation namespace for our Array.