j
k
j a
j l
template<typename T,size_t N> std::ostream operator<<(const std::ostream & os, const boost::array<T,N> & arr)
The ostream can't be const, as you write to it. You'd return an ostream& too. Philippe
Back to the thread
Back to the list