#include <stlsoft/stlsoft.h>
#include <stlsoft/collections/util/collections.hpp>
#include <stlsoft/meta/is_integral_type.hpp>
#include <stlsoft/util/std_swap.hpp>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | stlsoft |
Classes | |
class | frequency_map |
A container that measures the frequency of the unique elements it contains. More... | |
Functions | |
template<typename T, typename N> | |
void | swap (frequency_map< T, N > &lhs, frequency_map< T, N > &rhs) |