jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Namespaces | Functions
unordered_map.hpp File Reference
#include <msgpack.hpp>
#include "jubatus/util/data/unordered_map.h"
Include dependency graph for unordered_map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 msgpack
 

Functions

template<typename Stream , typename K , typename V , typename H , typename E , typename A >
packer< Stream > & msgpack::operator<< (packer< Stream > &o, const jubatus::util::data::unordered_map< K, V, H, E, A > &v)
 
template<typename K , typename V , typename H , typename E , typename A >
jubatus::util::data::unordered_map< K, V, H, E, A > msgpack::operator>> (object o, jubatus::util::data::unordered_map< K, V, H, E, A > &v)