Boost C++ 库

...世界上最受推崇和设计精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

Global as_utf8

boost::parser::as_utf8

概要

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

auto as_utf8;

描述

一个视图适配器,生成给定视图的 utf8_view


PrevUpHomeNext