mlpack
unordered_map.hpp File Reference

This file is backported from cereal 1.3 to support the serialization of objects of type associative containers (std::map, std::pair, etc.) More...

#include "pair_associative_container.hpp"
#include <unordered_map>
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.

Detailed Description

This file is backported from cereal 1.3 to support the serialization of objects of type associative containers (std::map, std::pair, etc.)

This file add the support for serialization of containers for any version of cereal starting from 1.1.2 that is required by Ubuntu 16.04

Support for types found in <unordered_map>