|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include <msgpack.hpp>#include "jubatus/util/data/unordered_map.h"

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) |
1.8.9.1