| 
    cereal
    
   A C++11 library for serialization 
   | 
 
Files | |
| file | array.hpp | 
| Support for types found in <array>  | |
| file | atomic.hpp | 
| Support for types found in <atomic>  | |
| file | bitset.hpp | 
| Support for types found in <bitset>  | |
| file | chrono.hpp | 
| Support for types found in <chrono>  | |
| file | complex.hpp | 
| Support for types found in <complex>  | |
| file | deque.hpp | 
| Support for types found in <deque>  | |
| file | forward_list.hpp | 
| Support for types found in <forward_list>  | |
| file | functional.hpp | 
| Support for types found in <functional>  | |
| file | list.hpp | 
| Support for types found in <list>  | |
| file | map.hpp | 
| Support for types found in <map>  | |
| file | memory.hpp | 
| Support for types found in <memory>  | |
| file | optional.hpp | 
| Support for std::optional.  | |
| file | queue.hpp | 
| Support for types found in <queue>  | |
| file | set.hpp | 
| Support for types found in <set>  | |
| file | stack.hpp | 
| Support for types found in <stack>  | |
| file | string.hpp | 
| Support for types found in <string>  | |
| file | tuple.hpp | 
| Support for types found in <tuple>  | |
| file | unordered_map.hpp | 
| Support for types found in <unordered_map>  | |
| file | unordered_set.hpp | 
| Support for types found in <unordered_set>  | |
| file | utility.hpp | 
| Support for types found in <utility>  | |
| file | valarray.hpp | 
| Support for types found in <valarray>  | |
| file | variant.hpp | 
| Support for std::variant.  | |
| file | vector.hpp | 
| Support for types found in <vector>  | |
Serialization methods for nearly all types found in the C++ standard library.
 1.9.4