Returns true if the decoded vector was constant.
| 240 | |
| 241 | /// Returns true if the decoded vector was constant. |
| 242 | bool isConstantMapping() const { |
| 243 | return isConstantMapping_; |
| 244 | } |
| 245 | |
| 246 | ///////////////////////////////////////////////////////////////// |
| 247 | /// BEGIN: Members that must only be used by PeeledEncoding class. |
no outgoing calls