MapExtension.dump

Writes a map to a file.

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

Parameters

file_path cstring

path to where the map should be dumped to

check CheckDg

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

Meta