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)
    template MapExtension(K, V)
    void
    load
  4. void load(IConduit io_device, CheckDg check)

Parameters

file_path cstring

path to the file

check CheckDg

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

Meta