ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
MapExtension.load
ocean
util
container
map
utils
MapSerializer
MapExtension
Loads a file into the map
void
load
(cstring file_path)
void
load
(IConduit io_device)
template
MapExtension
(K, V)
void
load
(
IConduit
io_device
)
void
load
(cstring file_path, CheckDg check)
void
load
(IConduit io_device, CheckDg check)
Parameters
io_device
IConduit
the device to load from
Meta
Source
See Implementation
ocean
util
container
map
utils
MapSerializer
MapExtension
aliases
CheckDg
functions
dump
load
variables
serializer
Loads a file into the map