PrevUpHomeNext

Header <boost/text/table_serialization.hpp>

namespace boost {
  namespace text {
    template<typename CharIter> struct read_table_result;
    template<typename CharIter> 
      CharIter write_table(collation_table const &, CharIter);
    template<typename CharIter> 
      read_table_result< CharIter > read_table(CharIter);
  }
}

PrevUpHomeNext