#include "basic-data-calculators.h"
#include <cmath>
#include <limits>
#include <ostream>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | ns3::Average< T > |
Simple average, min, max and std. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
template<typename T > | |
std::ostream & | ns3::operator<< (std::ostream &os, const Average< T > &x) |
Print avg (err) [min, max]. | |