43#ifndef LASS_GUARDIAN_OF_INCLUSION_IO_BINARY_I_STREAM_INL
44#define LASS_GUARDIAN_OF_INCLUSION_IO_BINARY_I_STREAM_INL
63 typedef typename std::vector<T>::size_type size_type;
71 const size_type size = num::numCast<size_type>(n);
72 std::vector<T> result;
75 for (size_type i = 0; i < size && good(); ++i)
81 result.push_back(std::move(t));
87 oOut = std::move(result);
95BinaryIStream& BinaryIStream::operator>>(std::complex<T>& oOut)
104 oOut = std::complex<T>(re, im);
base class of binary input streams.
streams, binary streams, vrmlstreams, ...
Library for Assembled Shared Sources.