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

This is the documentation for a snapshot of the develop branch, built from commit 2daa88693b.
PrevUpHomeNext

Global as_utf16

boost::parser::as_utf16

Synopsis

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

constexpr auto as_utf16;

Description

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


PrevUpHomeNext