#include <serialization.h>
|
template<typename InputArchive > |
static void | load (InputArchive &ar, std::map< K, V > &map_val) |
|
template<typename OutputArchive > |
static void | save (OutputArchive &ar, const std::map< K, V > &map_val) |
|
template<typename K, typename V>
struct rtflann::serialization::Serializer< std::map< K, V > >
Definition at line 145 of file serialization.h.
template<typename K , typename V >
template<typename InputArchive >
template<typename K , typename V >
template<typename OutputArchive >
The documentation for this struct was generated from the following file: