| 50 | |
| 51 | template<class Archive> |
| 52 | void serialize(Archive& ar, const unsigned int version) |
| 53 | { |
| 54 | ar & mvBackupInvertedFileId; |
| 55 | } |
| 56 | |
| 57 | public: |
| 58 | EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
nothing calls this directly
no outgoing calls
no test coverage detected