summaryrefslogtreecommitdiff
path: root/src/common/param_package.h
AgeCommit message (Collapse)Author
2018-07-20param_package: Take std::string by value in string-based Set() functionLioncash
Allows avoiding string copies by letting the strings be moved into the function calls.
2017-03-01Common: add ParamPackagewwylele