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
special_units
size_2d.cpp
Go to the documentation of this file.
1
#include "
./size_2d.hpp
"
2
3
using namespace
std;
4
5
namespace
scifir
6
{
7
string
to_string
(
const
size_2d<float>
& x)
8
{
9
return
x.display();
10
}
11
}
scifir::coordinates_1d
Definition
coordinates_1d.hpp:18
scifir
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition
address.cpp:6
scifir::to_string
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
size_2d.hpp
Generated by
1.9.8