PrevUpHomeNext

Function template write_table

boost::text::write_table

Synopsis

// In header: <boost/text/table_serialization.hpp>


template<typename CharIter> 
  CharIter write_table(collation_table const & table, CharIter out);

Description

Serializes the given collation table, writing the results to out. Returns the final value of out after the write.


PrevUpHomeNext