|
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
|
#include "./address.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | scifir |
| The namespace scifir contains all scifir-units, excepting the string literals, which are outside. | |
Functions | |
| bool | operator== (const scifir::address &x, const scifir::address &y) |
| bool | operator!= (const scifir::address &x, const scifir::address &y) |
| ostream & | operator<< (ostream &os, const scifir::address &x) |
| bool operator!= | ( | const scifir::address & | x, |
| const scifir::address & | y | ||
| ) |
Definition at line 88 of file address.cpp.
| ostream & operator<< | ( | ostream & | os, |
| const scifir::address & | x | ||
| ) |
Definition at line 93 of file address.cpp.
| bool operator== | ( | const scifir::address & | x, |
| const scifir::address & | y | ||
| ) |
Definition at line 76 of file address.cpp.