MapExtension.load

Loads a file into the map

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

Parameters

io_device IConduit

the device to load from

check CheckDg

function called for every entry, should return true if it should be loaded

Meta