21 std::vector<ConfigParamSpec> specs{
23 boost::property_tree::ptree opt;
24 opt.put<
int>(
"foo", 123);
25 std::vector<std::unique_ptr<ParamRetriever>> retrievers;
27 retrievers.emplace_back(std::move(retriever));
33 CHECK(store.store().get<
int>(
"foo") == 123);