| 194 | int size() const { return static_cast<const base&>(*this).size(); } |
| 195 | |
| 196 | int shape() const { return static_cast<const base&>(*this).shape(); } |
| 197 | |
| 198 | bool uoflow() const { return static_cast<const base&>(*this).uoflow(); } |
| 199 |
no outgoing calls