Go to the source code of this file.
[inline]
Definition at line 24 of file _drovector-io.hpp.
References _drovector::destroy(), and _drovector::Ll.
00025 { 00026 for(long i=0; i<vec.Ll; i++){ s << " " << vec(i); } 00027 s << std::endl; 00028 00029 vec.destroy(); 00030 return s; 00031 }