PrevUpHomeNext

Function template estimated_width_of_graphemes

boost::text::v1::estimated_width_of_graphemes

Synopsis

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


template<code_point_range R> std::size_t estimated_width_of_graphemes(R && r);

Description

Returns the estimated width of the graphemes within r, using the same technique that used by std::format().

See Also:

[format.string.std] for a full description


PrevUpHomeNext