10 #ifndef META_STRING_LIST_WRITER_H_
11 #define META_STRING_LIST_WRITER_H_
17 #if !META_HAS_STREAM_MOVE
61 void insert(uint64_t idx,
const std::string& elem);
64 #if META_HAS_STREAM_MOVE
72 return std::ofstream{path};
75 using ofstream = std::unique_ptr<std::ofstream>;
90 return make_unique<std::ofstream>(path);