MapExtension.dump

Writes a map to an IO device.

  1. void dump(cstring file_path)
  2. void dump(IConduit io_device)
  3. void dump(cstring file_path, CheckDg check)
  4. void dump(IConduit io_device, CheckDg check)
    template MapExtension(K, V)

Parameters

io_device IConduit

the device to dump to

check CheckDg

function called for each key/value to confirm that it should be dumped

Meta