| 78 | |
| 79 | template <typename Archive> |
| 80 | void load(Archive& ar, unsigned int const) |
| 81 | { |
| 82 | std::size_t t = 0; |
| 83 | ar >> size_ >> t; |
| 84 | pointer_ = reinterpret_cast<pointer>(t); |
| 85 | } |
| 86 | |
| 87 | template <typename Archive> |
| 88 | void save(Archive& ar, unsigned int const) const |
no outgoing calls
no test coverage detected