Structure& operator()() {return structure;} const Structure& operator()() const {return structure;}
| 395 | // Structure& operator()() {return structure;} |
| 396 | // const Structure& operator()() const {return structure;} |
| 397 | bool empty( ) const { return structure.empty( ) && !raws && !cols; } |
| 398 | |
| 399 | int N( ) const { return n; } |
| 400 |
no outgoing calls
no test coverage detected