Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

全局 as_utf16 - Boost C++ 函数库
PrevUpHomeNext

全局 as_utf16

boost::parser::as_utf16

提要

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

auto as_utf16;

描述

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


PrevUpHomeNext