scifir-units 2.0.0
scifir-units is a library of units of measurement, angles, coordinates, fields, and related data, all lightweight, that help in the development of scientific software and scientific machines
Loading...
Searching...
No Matches
size_3d.cpp
Go to the documentation of this file.
1#include "./size_3d.hpp"
2
3using namespace std;
4
5namespace scifir
6{
7 string to_string(const size_3d<float>& x)
8 {
9 return x.display();
10 }
11}
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition address.cpp:6
string to_string(const aid &x)
Creates a string representation of aid, it's for aid equivalent to the display() function of aid.
Definition aid.cpp:582