StringStreamMixin.cpp
Go to the documentation of this file.
1#include "StringStreamMixin.h"
2
3#include <iomanip> // std::setprecision
4
5namespace armarx::aron
6{
8 coeffSep(" "), eigenIof(Eigen::StreamPrecision, 0, coeffSep, "\n", "", "", "", "")
9 {
10 }
11
12 void
17
18 void
20 {
21 os << std::setprecision(2) << std::fixed;
22 }
23
24} // namespace armarx::aron