| 308 | |
| 309 | template <class Archive> |
| 310 | void load( Archive & ar ) |
| 311 | { |
| 312 | ar( x, |
| 313 | CEREAL_NVP(y), |
| 314 | CEREAL_NVP(z) ); |
| 315 | } |
| 316 | |
| 317 | bool operator==( unordered_naming const & other ) const |
| 318 | { |
nothing calls this directly
no outgoing calls
no test coverage detected