PrevUpHomeNext

Function template storage_code_units

boost::text::storage_code_units

Synopsis

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


template<code_point_iter I> int storage_code_units(grapheme_ref< I > g);

Description

Returns the number of bytes g refers to.


PrevUpHomeNext