#include "boost/operators.hpp"
#include <cmath>
Go to the source code of this file.
|
template<class charT , class traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &strm, const count_t &f) |
|
template<class charT , class traits , class T > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &strm, const stats_t< T > &f) |
|
template<class charT , class traits >
std::basic_ostream<charT,traits>& operator<< |
( |
std::basic_ostream< charT, traits > & |
strm, |
|
|
const count_t & |
f |
|
) |
| |
|
inline |
template<class charT , class traits , class T >
std::basic_ostream<charT,traits>& operator<< |
( |
std::basic_ostream< charT, traits > & |
strm, |
|
|
const stats_t< T > & |
f |
|
) |
| |
|
inline |