PrevUpHomeNext

Function template read_table

boost::text::read_table

Synopsis

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


template<typename CharIter> 
  read_table_result< CharIter > read_table(CharIter it);

Description

Deserializes a collation table by reading from it. Returns the final value of it after the read.


PrevUpHomeNext