#include <iostream>
Go to the source code of this file.
|
| emp |
| If we are in emscripten, make sure to include the header.
|
|
|
template<int FRAC_BITS> |
std::ostream & | operator<< (std::ostream &os, const emp::fixed< FRAC_BITS > &input) |
|
template<int FRAC_BITS> |
std::istream & | operator>> (std::istream &is, emp::fixed< FRAC_BITS > &input) |
|
template<int FRAC_BITS>
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const emp::fixed< FRAC_BITS > & |
input |
|
) |
| |
template<int FRAC_BITS>
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
emp::fixed< FRAC_BITS > & |
input |
|
) |
| |