Exemplo n.º 1
0
void Serializer::put(const Scalar<>& value) {
	data << value.getDouble() << '\n';
}