Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
freq.cpp File Reference

Bin values in frequency table. More...

#include "RandInt.h"
#include "Range.h"
#include <algorithm>
#include <map>
Include dependency graph for freq.cpp:

Go to the source code of this file.

Functions

template<typename It >
std::map< typename
It::value_type, unsigned int > 
freq (It first, It last)
 
int main ()
 

Detailed Description

Bin values in frequency table.

Definition in file freq.cpp.

Function Documentation

template<typename It >
std::map<typename It::value_type, unsigned int> freq ( It  first,
It  last 
)

Definition at line 27 of file freq.cpp.

Referenced by main().

Here is the caller graph for this function:

int main ( )

Definition at line 36 of file freq.cpp.

References freq(), and make_range().

Here is the call graph for this function: