Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Global as_utf8
PrevUpHomeNext

Global as_utf8

boost::parser::as_utf8

Synopsis

// In header: <boost/parser/transcode_view.hpp>

auto as_utf8;

Description

A view adaptor that produces a utf8_view of the given view.


PrevUpHomeNext