|
join 1.0
lightweight network framework library
|
#include <utility>#include <limits>#include <cstdint>#include <cstring>

Go to the source code of this file.
Classes | |
| class | join::DiyFp |
| hand made floating point. More... | |
Namespaces | |
| namespace | join |
Functions | |
| constexpr DiyFp | join::operator- (const DiyFp &lhs, const DiyFp &rhs) |
| minus operator | |
| constexpr DiyFp | join::operator* (const DiyFp &lhs, const DiyFp &rhs) |
| multiplication operator. | |