SyTen
syten::ArrayImpl Namespace Reference

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::ostreamoperator<< (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::ostreamoperator<< (std::ostream &out, syten::Verbose< Array< Type, rank > > const &a)
 Formatted verbose output of an array, using curly brackets. More...
 

Detailed Description

Implementation namespace for our Array.