Exemplo n.º 1
0
inline void save_string_table(BinaryFile &bf, const StringTable &st)
{
    bf.save_pod_vector(st.indices());
    bf.save_pod_vector(st.strings());
}