/*
5 * Authors: see git history
7 * Copyright (C) 2014 Authors
8 * Released under GNU GPL v2+, read the file
'COPYING' for more information.
10#ifndef SVG_CSS_OSTRINGSTREAM_H_INKSCAPE
11#define SVG_CSS_OSTRINGSTREAM_H_INKSCAPE
31 typename std::enable_if<!std::is_floating_point<T>::value,
int>::type = 0>
40 std::string
str()
const {
45 return ostr.precision();
49 return ostr.precision(p);
A thin wrapper around std::ostringstream, but writing floating point numbers in the format required b...
std::streamsize precision() const
CSSOStringStream & operator<<(T const &arg)
std::streamsize precision(std::streamsize p)
Helper class to stream background task notifications as a series of messages.