binding for map clear method
| 222 | |
| 223 | /// binding for map clear method |
| 224 | static void |
| 225 | clear( CompoundData &x ) |
| 226 | { |
| 227 | CompoundDataMap &xData = x.writable(); |
| 228 | xData.clear(); |
| 229 | } |
| 230 | |
| 231 | /// binding for has_key method |
| 232 | static bool |
no test coverage detected