Template Function trx::load

Function Documentation

template<typename DT>
std::unique_ptr<TrxFile<DT>> trx::load(const std::string &path)

Load a TRX file from either a zip archive or directory.

* TrxFile representing the read data

Template Parameters:

DT

Parameters:

path – Path to TRX archive or directory

Returns:

TrxFile