PrevUpHomeNext

Struct collation_table

boost::text::collation_table

Synopsis

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


struct collation_table {
};

Description

A collation table. Such a table is necessary to use the collation API.

collation_table has the semantics of a std::shared_ptr to const. It can be copied cheaply; copies should be made freely.

See Also:

default_collation_table()

See Also:

tailored_collation_table()


PrevUpHomeNext